mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds icon_states to telescopic batons (#19074)
* mapping batons * lets have them off
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
/obj/item/melee/classic_baton/telescopic
|
||||
name = "telescopic baton"
|
||||
desc = "A compact yet robust personal defense weapon. Can be concealed when folded."
|
||||
icon_state = "telebaton_0" // For telling what it is when mapping
|
||||
item_state = null
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/obj/item/melee/classic_baton/telescopic/contractor
|
||||
name = "contractor baton"
|
||||
desc = "A compact, specialised baton issued to Syndicate contractors. Applies light electrical shocks to targets."
|
||||
icon_state = "contractor_baton_0" // For telling what it is when mapping
|
||||
// Overrides
|
||||
affect_silicon = TRUE
|
||||
knockdown_duration = 4 SECONDS
|
||||
|
||||
Reference in New Issue
Block a user