Matt's Bugfix Galore (#9816)

This commit is contained in:
Matt Atlas
2020-08-29 16:24:10 +02:00
committed by GitHub
parent 7e4db0b830
commit 5d875f9bb5
40 changed files with 168 additions and 136 deletions

View File

@@ -59,7 +59,9 @@
user.visible_message("<span class='notice'>\ [user] slices through the skin of \the [src], revealing a confused diona nymph.</span>")
else
return
spawn_diona_nymph(src.loc)
if(isturf(loc))
var/turf/T = loc
T.spawn_diona_nymph()
qdel(src)
/obj/structure/diona/bulb/unpowered
@@ -185,7 +187,7 @@
if(ARTIFACT_CHAR)
new /obj/structure/diona/bulb(T)
if(MONSTER_CHAR)
spawn_diona_nymph(T)
T.spawn_diona_nymph()
if(DOOR_CHAR)
var/obj/structure/diona/vines/V = new(T)
V.growth = 3