mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Areas can have their own base turf type (#10765)
This commit is contained in:
@@ -642,7 +642,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
feedback_add_details("admin_verb","DEL") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
if(istype(O,/turf))
|
||||
var/turf/T=O
|
||||
T.ChangeTurf(get_base_turf(T.z))
|
||||
T.ChangeTurf(T.get_underlying_turf())
|
||||
else
|
||||
qdel(O)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user