mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes runtime when thermiting a wall
Fixes not being able to put down a chair on a tile with a border window. Fixes Borg module cycling not working when the first module is empty.
This commit is contained in:
@@ -253,7 +253,7 @@
|
||||
if(istype(A,/obj/structure/chair))
|
||||
user << "<span class='danger'>There is already a chair here.</span>"
|
||||
return
|
||||
if(A.density)
|
||||
if(A.density && !(A.flags & ON_BORDER))
|
||||
user << "<span class='danger'>There is already something here.</span>"
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user