mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
More and more Destroy() cleanups all across the board - Return qdel hints.
This commit is contained in:
@@ -131,3 +131,9 @@
|
||||
|
||||
/datum/lighting_corner/dummy/New()
|
||||
return
|
||||
|
||||
/datum/lighting_corner/Destroy(var/force)
|
||||
if (!force)
|
||||
return QDEL_HINT_LETMELIVE
|
||||
crash_with("Who decided to force qdel() a lighting corner? Why did you do this?")
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user