ohgodohfuck

This commit is contained in:
cadyn
2021-02-06 06:05:38 -08:00
committed by GitHub
parent 5e9735fbac
commit 5a6bb0d7c4

View File

@@ -433,6 +433,8 @@
/obj/item/weapon/gun/projectile/unload_ammo(mob/user, var/allow_dump=1)
if(manual_chamber && only_open_load && !bolt_open)
to_chat(user,"<span class='warning'>You must open the bolt to load or unload this gun!</span>")
else
return ..()
/obj/item/weapon/gun/projectile/handle_click_empty(mob/user)
if (user)
@@ -478,4 +480,4 @@
P.velocity = initial(P.velocity)
if(!istype(P))
return
P.sub_velocity(P.velocity - 35)
P.sub_velocity(P.velocity - 35)