Fixes bsa not showing up (#1396)

This commit is contained in:
CitadelStationBot
2017-06-04 11:03:30 -05:00
committed by kevinz000
parent 13767b91ad
commit e59e7f8d06
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -127,8 +127,8 @@
var/pure_red = list(0,0,0,0,0,0,0,0,0,1,0,0)
spawn(0)
new /obj/effect/hallucination/delusion(victim.loc,victim,force_kind="demon",duration=duration,skip_nearby=0)
new /obj/effect/hallucination/delusion(victim.loc,victim,"demon",duration,0)
var/obj/item/weapon/twohanded/required/chainsaw/doomslayer/chainsaw = new(victim.loc)
chainsaw.flags |= NODROP
victim.drop_all_held_items()