Skip to content

Commit

Permalink
Fix some minor issues with fgd
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Sep 25, 2024
1 parent 5258690 commit 4c57ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fgd/halflife.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@
]
@PointClass color(128 200 64) size(-12 -12 -12, 12 12 12) base(Targetname) = calc_position : "Calculate position"
[
netname(target_destination) : "Entity to use [LE]" : "*locus"
netname(target_generic) : "Entity to use [LE]" : "*locus"
impulse(choices) : "Position to calculate" : 1 =
[
0 : "Origin"
Expand Down Expand Up @@ -3716,7 +3716,7 @@
@PointClass size(-12 -16 0, 12 16 36) base(ItemRecharger, Global) studio("models/health_charger_body.mdl") = item_healthcharger : "Wall Health Kit" []
@PointClass size(-12 -16 0, 12 16 36) base(ItemRecharger, Global) studio("models/hev.mdl") = item_recharge : "Wall Recharger" []

@PointClass base(Targetname, Global, Angles) size(-16 -16 0, 16 16 48 ) studio("models/EYE_SCANNER.mdl") = item_eyescanner : "Retinal Scanner"
@PointClass base(Targetname, Global, Angles) size(-16 -16 0, 16 16 48 ) studio("models/eye_scanner.mdl") = item_eyescanner : "Retinal Scanner"
[
unlocked_target(target_destination) : "Unlocked target"
locked_target(target_destination) : "Locked target"
Expand Down

0 comments on commit 4c57ab5

Please sign in to comment.