mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
@@ -17,4 +17,4 @@
|
||||
firemodes = list(
|
||||
list(mode_name="freeze", projectile_type= /obj/item/projectile/beam/freezer, fire_sound='sound/weapons/pulse3.ogg'),
|
||||
list(mode_name="ice bolt", projectile_type= /obj/item/projectile/ice, fire_sound='sound/weapons/crossbow.ogg')
|
||||
)
|
||||
)
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
return 1
|
||||
|
||||
/obj/item/gun/energy/wand/toy
|
||||
origin_tech = null
|
||||
origin_tech = null
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
if (..())
|
||||
return 1
|
||||
usr.set_machine(src)
|
||||
src.add_fingerprint(usr)
|
||||
src.add_fingerprint(usr)
|
||||
|
||||
@@ -327,4 +327,4 @@
|
||||
name = "bone dart"
|
||||
damage = 10
|
||||
armor_penetration = 10
|
||||
check_armor = "bullet"
|
||||
check_armor = "bullet"
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
if(!mob) return 1 // Runtime prevention on N00k agents spawning with SMG
|
||||
screen -= mob.item_use_icon
|
||||
screen -= mob.gun_move_icon
|
||||
screen -= mob.radio_use_icon
|
||||
screen -= mob.radio_use_icon
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
if(ismob(A) && user.aiming)
|
||||
user.aiming.aim_at(A, src)
|
||||
return 1
|
||||
return 0
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user