mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Documents and improves the variable names of the shuttle subsystem (#63946)
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
|
||||
/obj/effect/station_crash/proc/shuttle_crash()
|
||||
var/crash_strength = rand(min_crash_strength,max_crash_strength)
|
||||
for (var/S in SSshuttle.stationary)
|
||||
for (var/S in SSshuttle.stationary_docking_ports)
|
||||
var/obj/docking_port/stationary/SM = S
|
||||
if (SM.id == "emergency_home")
|
||||
var/new_dir = turn(SM.dir, 180)
|
||||
|
||||
Reference in New Issue
Block a user