mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Adds the titanium push broom, a janitor-exclusive traitor item (#21496)
* adds it * fixes the thing * !! scope size increasing !! * trait rename * surplus removing * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * code review commit 2 * fixes a minor issue * check_grep please have mercy * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -124,6 +124,16 @@
|
||||
cost = 2
|
||||
job = list("Janitor")
|
||||
|
||||
/datum/uplink_item/jobspecific/titaniumbroom
|
||||
name = "Titanium Push Broom"
|
||||
desc = "A push broom with a reinforced handle and a metal wire brush, perfect for giving yourself more work by beating up assistants. \
|
||||
When wielded, you will reflect projectiles, and hitting people will have different effects based on your intent."
|
||||
reference = "TPBR"
|
||||
item = /obj/item/twohanded/push_broom/traitor
|
||||
cost = 12
|
||||
job = list("Janitor")
|
||||
surplus = 0 //no reflect memes
|
||||
|
||||
//Virology
|
||||
|
||||
/datum/uplink_item/jobspecific/viral_injector
|
||||
|
||||
Reference in New Issue
Block a user