mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user