Shuttles will now throw you when taking off
🆑 SPACE CONDUCTOR tweak: Shuttles will throw you around if ya don't buckle in /🆑
This commit is contained in:
committed by
CitadelStationBot
parent
9652fc4127
commit
53d37098fc
@@ -248,7 +248,7 @@
|
||||
|
||||
var/launch_status = NOLAUNCH
|
||||
|
||||
var/list/movement_force = list("KNOCKDOWN" = 3, "THROW" = 0)
|
||||
var/list/movement_force = list("KNOCKDOWN" = 3, "THROW" = 2)
|
||||
|
||||
// A timid shuttle will not register itself with the shuttle subsystem
|
||||
// All shuttle templates are timid
|
||||
@@ -745,4 +745,4 @@
|
||||
mode = SHUTTLE_ENDGAME
|
||||
|
||||
/obj/docking_port/mobile/emergency/on_emergency_dock()
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user