mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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
oranges
parent
cb7975e4dc
commit
5bc77ea0bc
@@ -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