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
+1 -1
View File
@@ -57,7 +57,7 @@
pixel_offset_x = -4
pixel_offset_y = 15
obj/item/gun/bang/deagle
/obj/item/gun/bang/deagle
name = ".50 magnum pistol"
desc = "A robust handgun that uses .50 AE ammo."
icon = 'icons/obj/guns/deagle.dmi'
@@ -35,7 +35,7 @@
desc = "A modified version of the HI G40E, this one fires less concentrated energy bolts designed for target practice."
projectile_type = /obj/item/projectile/beam/practice
obj/item/gun/energy/retro
/obj/item/gun/energy/retro
name = "retro laser"
icon = 'icons/obj/guns/retro.dmi'
icon_state = "retro"
@@ -265,4 +265,4 @@ obj/item/gun/energy/retro
/obj/item/gun/energy/lasertag/red
icon = 'icons/obj/guns/redtag.dmi'
icon_state = "redtag"
item_state = "redtag"
item_state = "redtag"
@@ -90,7 +90,7 @@
owner = null
return ..()
obj/aiming_overlay/proc/update_aiming_deferred()
/obj/aiming_overlay/proc/update_aiming_deferred()
set waitfor = 0
sleep(0)
update_aiming()