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

View File

@@ -437,7 +437,7 @@ Gunshots/explosions/opening doors/less rare audio (done)
var/list/image/delusions = list()
/obj/effect/hallucination/delusion/Initialize(mapload, mob/living/carbon/T,force_kind = null , duration = 300,skip_nearby = 1, custom_icon = null, custom_icon_file = null)
..()
. = ..()
target = T
var/image/A = null
var/kind = force_kind ? force_kind : pick("clown","corgi","carp","skeleton","demon","zombie")