mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user