mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
Kills off three more flags from flags_2 (#37529)
code: More flags have been moved to their appropriate places SLOWS_WHILE_IN_HAND FROZEN NO_MAT_REDEMPTION all moved to item_flags
This commit is contained in:
committed by
oranges
parent
d9f9368c1d
commit
ccf8fc5bc5
@@ -13,7 +13,7 @@
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
|
||||
// No running around with open laptops in hands.
|
||||
flags_2 = SLOWS_WHILE_IN_HAND_2
|
||||
item_flags = SLOWS_WHILE_IN_HAND
|
||||
|
||||
screen_on = 0 // Starts closed
|
||||
var/start_open = TRUE // unless this var is set to 1
|
||||
|
||||
Reference in New Issue
Block a user