no relative pathing (#16234)

* the voices win in the end

* cleanup

* changelog

* secure.dm hates me

* make_exact_fit() in initialize instead of whatever was happening before
This commit is contained in:
harryob
2023-04-30 21:10:13 +00:00
committed by GitHub
parent ad29453d4a
commit 578bae6f6f
144 changed files with 9951 additions and 9675 deletions
+2 -2
View File
@@ -16,5 +16,5 @@ var/image/mark = image('icons/zone.dmi', icon_state = "mark")
add_overlay(img)
dbg_img = img
proc/soft_assert(thing,fail)
if(!thing) message_admins(fail)
/proc/soft_assert(thing,fail)
if(!thing) message_admins(fail)