mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
Outdoor Turf Demote Needs To Be A Base Turf Proc (#11677)
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
T.demote_to = mytype
|
||||
|
||||
// This proc removes the topmost layer.
|
||||
/turf/simulated/floor/outdoors/proc/demote()
|
||||
/turf/proc/demote()
|
||||
return
|
||||
|
||||
/turf/simulated/floor/outdoors/demote()
|
||||
if(!demote_to)
|
||||
return // Cannot demote further.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user