port-part1
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi'
|
righthand_file = 'icons/mob/inhands/weapons/guns_righthand.dmi'
|
||||||
item_flags = ABSTRACT | DROPDEL
|
item_flags = ABSTRACT | DROPDEL
|
||||||
w_class = WEIGHT_CLASS_HUGE
|
w_class = WEIGHT_CLASS_HUGE
|
||||||
|
slot_flags = NONE
|
||||||
force = 5
|
force = 5
|
||||||
max_charges = 1 //Recharging costs blood.
|
max_charges = 1 //Recharging costs blood.
|
||||||
recharge_rate = 1
|
recharge_rate = 1
|
||||||
@@ -46,4 +47,4 @@
|
|||||||
/obj/item/projectile/magic/bloodchill/on_hit(mob/living/target)
|
/obj/item/projectile/magic/bloodchill/on_hit(mob/living/target)
|
||||||
. = ..()
|
. = ..()
|
||||||
if(isliving(target))
|
if(isliving(target))
|
||||||
target.apply_status_effect(/datum/status_effect/bloodchill)
|
target.apply_status_effect(/datum/status_effect/bloodchill)
|
||||||
|
|||||||
Reference in New Issue
Block a user