Commit Graph

14 Commits

Author SHA1 Message Date
Heroman
1ed8d06a92 Fixes copypaste mistake in robot climbing 2019-04-19 06:07:13 +10:00
Heroman3003
8a14c0eaf9 Fixes borgs being unable to use ladders 2019-04-17 13:04:36 +10:00
Neerti
a992d27749 Merge pull request #6050 from Heroman3003/ladder-fixaroo
Fixes being unable to climb ladders you're already on
2019-04-08 15:18:53 -04:00
Heroman
1257f308eb Fixes being unable to climb ladders you're already on 2019-04-08 07:01:01 +10:00
Heroman
86507e4fb3 Fixed items rendering below stairs 2019-04-07 12:56:58 +10:00
atermonera
480084f514 Stairs go up 2019-02-01 17:56:57 -08:00
kevinz000
c2c688c4c8 caps 2018-12-06 18:34:37 -08:00
Leshana
39e24ef664 Fixes Stairs in BYOND 512.1436
BYOND no longer calls Uncross reliably on stairs, to fix this we switch
to using CheckExit and Bumped.  This solution is probably the right way to
do it anyway.
2018-07-16 11:04:39 -04:00
Leshana
5847319443 Update every initialize() proc to return an initialize hint.
* Yes, all of them.
* Also did a few corrections to redundant New() and broken Destroy() along the way
* Renamed the turf_initializer.initialize() proc to InitializeTurf to avoid confusion.
* Subsumed /area/proc/initialize into /atom/proc/initialize() - Made /area's LateInitialize to get same behavior as before.
2018-02-05 15:50:13 -05:00
Leshana
95b9dde94a Multi-Z code formatting and utilities.
* Global procs should start with /proc
* Use to_chat() macro
* Added utility to find all z-levels are connected (transitively adjacent) and utility to test if two levels are connected.
2017-04-17 11:57:49 -04:00
Neerti
0f781e36a7 Adds Multi-Z Test Map 2017-03-03 09:40:34 -05:00
SkyMarshal
144dbebb2d Multi-z fixes. 2015-09-26 17:39:16 -07:00
SkyMarshal
8b225e4ba6 Update to stairs. 2015-09-20 18:25:23 -07:00
Joseph Heinemeyer
8c61c3ab6f Fixes multi-z things. 2015-08-30 18:58:37 -07:00