This commit is contained in:
Fluffy
2024-03-03 19:52:57 +00:00
committed by GitHub
parent 548bdbb3b7
commit cf056641d3
29 changed files with 119 additions and 39 deletions
+2 -2
View File
@@ -834,7 +834,7 @@
/obj/item/gun/on_give()
update_maptext()
/obj/item/gun/dropped(mob/living/user)
/obj/item/gun/dropped(mob/user)
..()
queue_icon_update()
//Unwields the item when dropped, deletes the offhand
@@ -878,7 +878,7 @@
else
qdel(src)
/obj/item/offhand/dropped(mob/living/user)
/obj/item/offhand/dropped(mob/user)
. = ..()
if(user)
var/obj/item/gun/O = user.get_inactive_hand()
+1 -1
View File
@@ -221,7 +221,7 @@
connect(backcharge)
/obj/item/gun/energy/dropped(mob/living/user)
/obj/item/gun/energy/dropped(mob/user)
. = ..()
if(recharger)
@@ -373,7 +373,7 @@
to_chat(user, "<span class='warning'>\The [src] is far too large for you to pick up.</span>")
return
/obj/item/gun/energy/vaurca/typec/dropped(var/mob/user)
/obj/item/gun/energy/vaurca/typec/dropped(mob/user)
..()
if(!istype(loc,/mob))
playsound(user, 'sound/weapons/saberoff.ogg', 50, 1)