Laptops start closed (#18114)

* Update other_reagents.dm (#18073)

* Update laptop.dm

* Revert "Update other_reagents.dm (#18073)"

This reverts commit d756a5de00.
This commit is contained in:
Molti
2023-03-05 02:15:57 -06:00
committed by GitHub
parent 1049c7d465
commit 9f89d8b23a

View File

@@ -17,7 +17,7 @@
item_flags = SLOWS_WHILE_IN_HAND
screen_on = FALSE // Starts closed
var/start_open = TRUE // unless this var is set to 1
var/start_open = FALSE // unless this var is set to 1
var/icon_state_closed = "laptop-closed"
var/w_class_open = WEIGHT_CLASS_BULKY
var/slowdown_open = TRUE