mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 16:27:07 +01:00
various fixes, improvements, etc (#4649)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
8a8e664e9d
commit
de4f5eb944
@@ -184,7 +184,7 @@
|
||||
|
||||
/obj/structure/window/setDir(newdir)
|
||||
. = ..()
|
||||
update_nearby_tiles(need_rebuild = TRUE)
|
||||
update_nearby_tiles()
|
||||
|
||||
/obj/structure/window/throw_impacted(atom/movable/AM, datum/thrownthing/TT)
|
||||
. = ..()
|
||||
@@ -398,7 +398,7 @@
|
||||
|
||||
health = maxhealth
|
||||
|
||||
update_nearby_tiles(need_rebuild = TRUE)
|
||||
update_nearby_tiles()
|
||||
update_nearby_icons()
|
||||
|
||||
/obj/structure/window/Destroy()
|
||||
@@ -417,7 +417,7 @@
|
||||
|
||||
/obj/structure/window/Moved()
|
||||
. = ..()
|
||||
update_nearby_tiles(need_rebuild = TRUE)
|
||||
update_nearby_tiles()
|
||||
|
||||
//checks if this window is full-tile one
|
||||
/obj/structure/window/proc/is_fulltile()
|
||||
|
||||
Reference in New Issue
Block a user