mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Should fix a rare edgecase with explosions and shuttles (#51017)
This commit is contained in:
@@ -74,6 +74,12 @@ SUBSYSTEM_DEF(explosions)
|
||||
/datum/controller/subsystem/explosions/proc/is_exploding()
|
||||
return (lowturf.len || medturf.len || highturf.len || flameturf.len || throwturf.len || lowobj.len || medobj.len || highobj.len)
|
||||
|
||||
/datum/controller/subsystem/explosions/proc/wipe_turf(turf/T)
|
||||
lowturf -= T
|
||||
medturf -= T
|
||||
highturf -= T
|
||||
flameturf -= T
|
||||
throwturf -= T
|
||||
|
||||
/client/proc/check_bomb_impacts()
|
||||
set name = "Check Bomb Impact"
|
||||
|
||||
Reference in New Issue
Block a user