mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Grants the common man access to some parts of the lavaland mining base (#44769)
* will this work? * add shuttle console to meta * add shuttle console to box * remove glide size from box, add shuttle console to delta * replace airlocks in lavaland common area * remove step * secure the gulag a bit more, add a beer fridge * restore unix line endings? * Update code/game/objects/structures/crates_lockers/closets/secure/freezer.dm Co-Authored-By: Emmett Gaines <ninjanomnom@gmail.com> * review
This commit is contained in:
committed by
Emmett Gaines
co-authored by
Emmett Gaines
parent
29f419c855
commit
867aca7abf
@@ -202,7 +202,7 @@
|
||||
|
||||
roundstart_template = SSmapping.shuttle_templates[sid]
|
||||
if(!roundstart_template)
|
||||
CRASH("Invalid path ([roundstart_template]) passed to docking port.")
|
||||
CRASH("Invalid path ([sid]/[roundstart_template]) passed to docking port.")
|
||||
|
||||
if(roundstart_template)
|
||||
SSshuttle.action_load(roundstart_template, src)
|
||||
@@ -786,8 +786,8 @@
|
||||
current_engines = max(0,current_engines + mod)
|
||||
if(in_flight())
|
||||
var/delta_coeff = engine_coeff / old_coeff
|
||||
modTimer(delta_coeff)
|
||||
|
||||
modTimer(delta_coeff)
|
||||
|
||||
/obj/docking_port/mobile/proc/count_engines()
|
||||
. = 0
|
||||
for(var/thing in shuttle_areas)
|
||||
|
||||
Reference in New Issue
Block a user