[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:
CitadelStationBot
2018-03-10 07:57:57 -06:00
committed by Poojawa
parent 4f4d486244
commit aa7b9f192f
8 changed files with 24 additions and 2 deletions
+1
View File
@@ -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'