[MIRROR] harmful var for guns (#5879)
* harmful var for guns (#36265) * harmful var for guns support for pacifism to use non-harmful guns * fixes bad spacing oops * harmful var for guns
This commit is contained in:
committed by
Poojawa
parent
4f4d486244
commit
aa7b9f192f
@@ -35,6 +35,7 @@
|
||||
var/weapon_weight = WEAPON_LIGHT
|
||||
var/spread = 0 //Spread induced by the gun itself.
|
||||
var/randomspread = 1 //Set to 0 for shotguns. This is used for weapons that don't fire all their bullets at once.
|
||||
var/harmful = TRUE //some arent harmful and should have this set to false. used for pacifists with tasers, medibeams, etc
|
||||
|
||||
lefthand_file = 'icons/mob/inhands/weapons/guns_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi'
|
||||
|
||||
Reference in New Issue
Block a user