Merge pull request #2933 from Citadel-Station-13/upstream-merge-30980

[MIRROR] Tiny batch of Initialize() fixes, mostly stuff that isn't around at roundstart
This commit is contained in:
LetterJay
2017-09-25 13:28:05 -04:00
committed by GitHub
8 changed files with 297 additions and 299 deletions
+2 -4
View File
@@ -383,12 +383,10 @@
flags_2 = SLOWS_WHILE_IN_HAND_2
/obj/item/nullrod/tribal_knife/Initialize(mapload)
..()
/obj/item/nullrod/tribal_knife/New()
..()
. = ..()
START_PROCESSING(SSobj, src)
/obj/item/nullrod/tribal_knife/Destroy()
STOP_PROCESSING(SSobj, src)
. = ..()