mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Stops shuttles from bringing background turfs with them. (#15580)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
density = 1
|
||||
w_class = ITEMSIZE_HUGE
|
||||
build_amt = 4
|
||||
obj_flags = OBJ_FLAG_ROTATABLE
|
||||
obj_flags = OBJ_FLAG_ROTATABLE|OBJ_FLAG_MOVES_UNSUPPORTED
|
||||
var/state = STATE_UNWIRED
|
||||
var/base_icon_state = ""
|
||||
var/base_name = "Airlock"
|
||||
|
||||
Reference in New Issue
Block a user