Refactor chasm paths to be more sane (#32701)
In addition, makes chasm handling a component, so it could be reused for chasm-likes which are not quite chasms. Also fixes a couple of bugs relating to building on top of chasms occasionally erasing the chasm.
This commit is contained in:
committed by
CitadelStationBot
parent
dc0128a6d3
commit
38c45fb479
@@ -102,7 +102,7 @@
|
||||
"<span class='notice'>Perfect. Much better! Now <i>nobody</i> will be able to resist yo-</span>")
|
||||
var/turf/T = get_turf(user)
|
||||
T.ChangeTurf(/turf/open/chasm/straight_down)
|
||||
var/turf/open/chasm/straight_down/C = T
|
||||
var/turf/open/chasm/C = T
|
||||
C.drop(user)
|
||||
|
||||
//can't be bothered to do sloth right now, will make later
|
||||
|
||||
Reference in New Issue
Block a user