mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
ohgodohfuck
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user