Fixes conflicts.

Update ss13_construct.json

AAAAAAAAAAA

maybe this will work.

Update _basemap.dm

Update _basemap.dm

here is the failure.

Update ss13_construct.json

more CI

weee more linters

one more god damn linter

more linters

I might as well fix CI too

Fixes map linters

Guardians was converted to a basic mob

Fixes broken procs
This commit is contained in:
StrangeWeirdKitten
2023-11-20 17:07:11 -07:00
parent f2b71e7686
commit de2a396d7d
15 changed files with 67 additions and 124 deletions
@@ -53,7 +53,7 @@
user.balloon_alert(user, "Blocked!")
return FALSE
if(!isturf(selected_atom))
T.PlaceOnTop(selected_atom)
T.place_on_top(selected_atom)
return TRUE
T.TerraformTurf(selected_atom, selected_atom, flags = CHANGETURF_INHERIT_AIR)
return TRUE