Merge pull request #2436 from Citadel-Station-13/upstream-merge-30004

[MIRROR] Moved emagged var to obj/item parent.
This commit is contained in:
LetterJay
2017-09-06 09:15:11 -05:00
committed by GitHub
12 changed files with 1067 additions and 1070 deletions
-2
View File
@@ -23,7 +23,6 @@
attack_verb = list("nibbled", "bit", "gnawed", "chomped", "nommed")
w_class = 3
sharpness = IS_SHARP
var/emagged = 0
/obj/item/dogborg/jaws/attack(atom/A, mob/living/silicon/robot/user)
..()
@@ -173,7 +172,6 @@
icon_state = "synthtongue"
hitsound = 'sound/effects/attackblob.ogg'
cleanspeed = 80
var/emagged = 0
/obj/item/soap/tongue/New()
..()