mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 08:51:57 +00:00
da gun
This commit is contained in:
@@ -327,3 +327,22 @@
|
||||
use_external_power = 1
|
||||
recharge_time = 12
|
||||
needspin = FALSE
|
||||
|
||||
/obj/item/gun/projectile/gauss/carbine
|
||||
name = "gauss carbine"
|
||||
desc = "A simple gun utilizing the gauss technology. It is still reliable and cheap despite being outdated."
|
||||
w_class = ITEMSIZE_LARGE
|
||||
slot_flags = SLOT_BACK
|
||||
ammo_type = /obj/item/ammo_casing/gauss/carbine
|
||||
load_method = SINGLE_CASING
|
||||
handle_casings = HOLD_CASINGS
|
||||
max_shells = 1
|
||||
|
||||
fire_delay_wielded = 20
|
||||
accuracy_wielded = 1
|
||||
|
||||
/obj/item/gun/projectile/gauss/carbine/special_check(mob/user)
|
||||
if(!wielded)
|
||||
to_chat(user, SPAN_WARNING("You can't fire without stabilizing \the [src]!"))
|
||||
return 0
|
||||
return ..()
|
||||
Reference in New Issue
Block a user