mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Fix briefcause launchpads qdelling their internal launchpad on creation (#2224)
* Fix briefcause launchpads qdelling their internal launchpad on creation (#55478) * Fix briefcause launchpads qdelling their internal launchpad on creation Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
|
||||
/obj/machinery/launchpad/briefcase/Initialize(mapload, _briefcase)
|
||||
. = ..()
|
||||
if(!briefcase)
|
||||
if(!_briefcase)
|
||||
log_game("[src] has been spawned without a briefcase.")
|
||||
return INITIALIZE_HINT_QDEL
|
||||
briefcase = _briefcase
|
||||
|
||||
Reference in New Issue
Block a user