Merge pull request #14046 from Citadel-Station-13/silicons-patch-10
buffs and fixes BOOMERANG STUNBATONS
This commit is contained in:
@@ -193,7 +193,7 @@
|
|||||||
return FALSE
|
return FALSE
|
||||||
stunpwr *= round(stuncharge/hitcost, 0.1)
|
stunpwr *= round(stuncharge/hitcost, 0.1)
|
||||||
|
|
||||||
if(!user.UseStaminaBuffer(getweight(user, STAM_COST_BATON_MOB_MULT), warn = TRUE))
|
if(user && !user.UseStaminaBuffer(getweight(user, STAM_COST_BATON_MOB_MULT), warn = TRUE))
|
||||||
return FALSE
|
return FALSE
|
||||||
|
|
||||||
if(!disarming)
|
if(!disarming)
|
||||||
@@ -314,12 +314,12 @@
|
|||||||
/obj/item/melee/baton/boomerang
|
/obj/item/melee/baton/boomerang
|
||||||
name = "\improper OZtek Boomerang"
|
name = "\improper OZtek Boomerang"
|
||||||
desc = "A device invented in 2486 for the great Space Emu War by the confederacy of Australicus, these high-tech boomerangs also work exceptionally well at stunning crewmembers. Just be careful to catch it when thrown!"
|
desc = "A device invented in 2486 for the great Space Emu War by the confederacy of Australicus, these high-tech boomerangs also work exceptionally well at stunning crewmembers. Just be careful to catch it when thrown!"
|
||||||
throw_speed = 1
|
throw_speed = 1.5
|
||||||
icon_state = "boomerang"
|
icon_state = "boomerang"
|
||||||
item_state = "boomerang"
|
item_state = "boomerang"
|
||||||
force = 5
|
force = 5
|
||||||
throwforce = 5
|
throwforce = 5
|
||||||
throw_range = 5
|
throw_range = 10
|
||||||
hitcost = 2000
|
hitcost = 2000
|
||||||
throw_hit_chance = 99 //Have you prayed today?
|
throw_hit_chance = 99 //Have you prayed today?
|
||||||
custom_materials = list(/datum/material/iron = 10000, /datum/material/glass = 4000, /datum/material/silver = 10000, /datum/material/gold = 2000)
|
custom_materials = list(/datum/material/iron = 10000, /datum/material/glass = 4000, /datum/material/silver = 10000, /datum/material/gold = 2000)
|
||||||
|
|||||||
Reference in New Issue
Block a user