mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added "Always touchable" flags to weapons and items
This commit is contained in:
parent
211aa5e911
commit
e088e0435f
@ -4023,6 +4023,7 @@
|
||||
2 : "[2] Deny player pickup (reserve for NPC)" : 0
|
||||
4 : "[4] Not puntable by Gravity Gun" : 0
|
||||
8 : "[8] Deny NPC pickup (reserve for player)" : 0
|
||||
64 : "[64] Always touchable (no obstruction checking)" : 0
|
||||
]
|
||||
|
||||
// Inputs
|
||||
@ -4230,6 +4231,7 @@
|
||||
8 : "[8] Deny NPC pickup (reserve for player)" : 0
|
||||
16 : "[16] Preserve ammo values when picked up" : 0
|
||||
32 : "[32] Preserve name on player pickup" : 0
|
||||
64 : "[64] Always touchable (no obstruction checking)" : 0
|
||||
]
|
||||
|
||||
SetAmmo1(integer) : "Ammo 1 Override" : 0 : "Overrides the amount of primary ammo this weapon has. Be sure to set 'Preserve ammo values when picked up' for this to be maintained upon pickup."
|
||||
|
Loading…
Reference in New Issue
Block a user