mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
dmdoc: Some cleanups. (#27242)
* dmdoc: Some cleanups. * satisfy check_grep
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
var/door_hinge_x = -6.5
|
||||
/// Amount of time it takes for the door animation to play
|
||||
var/door_anim_time = 2.0 // set to 0 to make the door not animate at all
|
||||
/// Whether this closet uses a door overlay at all. If FALSE, it'll switch to a system where the entire icon_state is replaced with [icon_state]_open instead.
|
||||
/// Whether this closet uses a door overlay at all. If `FALSE`, it'll switch to a system where the entire icon_state is replaced with `[icon_state]_open` instead.
|
||||
var/enable_door_overlay = TRUE
|
||||
/// Whether this closet uses a door overlay for when it is opened
|
||||
var/has_opened_overlay = TRUE
|
||||
|
||||
Reference in New Issue
Block a user