[MIRROR] Lose some weight, fatty (#9900)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-17 15:12:55 -07:00
committed by GitHub
parent 1adbd99f4a
commit d462b7f748
6 changed files with 12 additions and 10 deletions

View File

@@ -74,7 +74,7 @@
return TRUE
// welp, clean up.
neworgan.Destroy()
qdel(neworgan)
return FALSE
@@ -344,7 +344,7 @@
if(!turf_clear(T))
T = get_turf(src)
new /obj/effect/decal/cleanable/confetti(T)
Destroy()
qdel(src)
// Teleports you randomly, until it gets you killed
@@ -515,7 +515,7 @@
while(thalers > 1)
thalers -= 1
spawn_money(1, src.loc)
Destroy()
qdel(src)
/****************************************************
@@ -630,7 +630,7 @@
var/ourowner = owner
var/ourloc = parent_organ
var/ourtag = organ_tag
Destroy()
qdel(src)
new newpath(ourowner, TRUE, ourloc, ourtag)
cooldown = rand(2,5)
else