mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Adds a Whip. (#7780)
* Adds material-based whips. The chain of command, as a whip-a-like, has reach 2. * Adds the Whip to leather-crafting. * Fix Inhands * Don't test at night kids. * Tweaktweak * Map * Span * Don't spam more than one message on harm. * Ranged Disarm now only occurs in logical context. (Aiming at arms or legs)
This commit is contained in:
@@ -267,3 +267,4 @@
|
||||
recipes += new/datum/stack_recipe("[display_name] ring", /obj/item/clothing/gloves/ring/material, 1, on_floor = 1, supplied_material = "[name]", pass_stack_color = TRUE)
|
||||
recipes += new/datum/stack_recipe("[display_name] bracelet", /obj/item/clothing/accessory/bracelet/material, 1, on_floor = 1, supplied_material = "[name]", pass_stack_color = TRUE)
|
||||
recipes += new/datum/stack_recipe("[display_name] armor plate", /obj/item/weapon/material/armor_plating, 1, time = 20, on_floor = 1, supplied_material = "[name]", pass_stack_color = TRUE)
|
||||
recipes += new/datum/stack_recipe("whip", /obj/item/weapon/material/whip, 5, time = 15 SECONDS, pass_stack_color = TRUE, supplied_material = "[name]")
|
||||
|
||||
Reference in New Issue
Block a user