mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Fixes some bad Destroy()s (#10629)
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:
committed by
GitHub
parent
d5af465245
commit
5d2435611d
@@ -82,7 +82,7 @@
|
||||
top.bottom = null
|
||||
if(middle)
|
||||
middle.bottom = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
// These are necessarily fairly similar, but because the positional relations are different, we have to copy-pasta a fair bit
|
||||
/obj/structure/stairs/bottom/check_integrity(var/obj/structure/stairs/bottom/B = null,
|
||||
@@ -256,7 +256,7 @@
|
||||
top.middle = null
|
||||
if(bottom)
|
||||
bottom.middle = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
// These are necessarily fairly similar, but because the positional relations are different, we have to copy-pasta a fair bit
|
||||
/obj/structure/stairs/middle/check_integrity(var/obj/structure/stairs/bottom/B = null,
|
||||
@@ -339,7 +339,7 @@
|
||||
middle.top = null
|
||||
if(bottom)
|
||||
bottom.top = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
// These are necessarily fairly similar, but because the positional relations are different, we have to copy-pasta a fair bit
|
||||
/obj/structure/stairs/top/check_integrity(var/obj/structure/stairs/bottom/B = null,
|
||||
|
||||
Reference in New Issue
Block a user