mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Fixes some guns going invisible, cleans up update_icon and wielded (#10840)
This commit is contained in:
@@ -391,13 +391,6 @@
|
||||
accuracy_wielded = -1
|
||||
fire_delay_wielded = 1
|
||||
|
||||
/obj/item/gun/launcher/crossbow/vaurca/update_icon()
|
||||
if(wielded)
|
||||
item_state = "gaussrifle-wielded"
|
||||
else
|
||||
item_state = "gaussrifle"
|
||||
update_held_icon()
|
||||
|
||||
/obj/item/gun/launcher/crossbow/vaurca/consume_next_projectile(mob/user=null)
|
||||
return bolt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user