mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Split up and rename var/flags (#17794)
* Split up and rename `var/flags` * Various fixes * CL * Don't rename Phoron Guard phoron preset --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
4b9303a1e9
commit
06601c9ec3
@@ -561,7 +561,7 @@
|
||||
to_chat(user, "<span class='warning'>This material is not reinforced enough to use for a door.</span>")
|
||||
return
|
||||
for(var/obj/obstacle in T)
|
||||
if((obstacle.flags & ON_BORDER) && obstacle.dir == user.dir)
|
||||
if((obstacle.atom_flags & ATOM_FLAG_CHECKS_BORDER) && obstacle.dir == user.dir)
|
||||
failed_to_build = 1
|
||||
if(failed_to_build)
|
||||
to_chat(user, "<span class='warning'>There is no room in this location.</span>")
|
||||
|
||||
Reference in New Issue
Block a user