mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Removes revolver speed loading delay (#17595)
Desucake said to do this.
This commit is contained in:
@@ -65,12 +65,6 @@
|
||||
caliber = "38"
|
||||
max_ammo = 6
|
||||
|
||||
/obj/item/ammo_box/magazine/internal/cylinder/rev38/can_load(mob/user)
|
||||
user << "<span class='notice'>You start reloading...</span>"
|
||||
if(!do_after(user, 30, target = user))
|
||||
return 0
|
||||
return 1
|
||||
|
||||
/obj/item/ammo_box/magazine/internal/cylinder/grenademulti
|
||||
name = "grenade launcher internal magazine"
|
||||
ammo_type = /obj/item/ammo_casing/a40mm
|
||||
|
||||
Reference in New Issue
Block a user