fixed glowsticks on old station

removed emergency glowsticks from random
This commit is contained in:
datlo
2018-12-29 16:39:58 +00:00
parent 76cb5dd3bc
commit b6627aaf1b
2 changed files with 3 additions and 3 deletions
@@ -288,7 +288,7 @@ obj/item/flashlight/lamp/bananalamp
/obj/item/flashlight/flare/glowstick/random/Initialize()
..()
var/T = pick(typesof(/obj/item/flashlight/flare/glowstick) - /obj/item/flashlight/flare/glowstick/random)
var/T = pick(typesof(/obj/item/flashlight/flare/glowstick) - /obj/item/flashlight/flare/glowstick/random - /obj/item/flashlight/flare/glowstick/emergency)
new T(loc)
return INITIALIZE_HINT_QDEL