Files
Bubberstation/code/game/objects/structures
Aranclanos 213f3fff31 Some fixes for Linda, now the Move() proc of objects that block air is different. Example below.
object/Move()
   var/turf/T = loc
   ..()
   move_update_air(T)
2013-12-19 22:13:21 -03:00
..
2012-08-29 18:00:30 +00:00
2013-12-08 13:23:55 -05:00
2012-08-22 16:32:45 +00:00
2012-08-29 18:00:30 +00:00
2013-08-01 13:48:41 +01:00