INTRODUCING KITCHEN GUN (#7508)
This commit is contained in:
@@ -1332,6 +1332,22 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
surplus = 20
|
||||
restricted_roles = list("Janitor")
|
||||
|
||||
/datum/uplink_item/role_restricted/kitchen_gun
|
||||
name = "Kitchen Gun (TM)"
|
||||
desc = "A revolutionary .45 caliber cleaning solution! Say goodbye to daily stains and dirty surfaces with Kitchen Gun (TM)! Just five shots from Kitchen Gun (TM), and it'll sparkle like new! Includes two extra ammunition clips!"
|
||||
cost = 10
|
||||
surplus = 40
|
||||
restricted_roles = list("Cook", "Janitor")
|
||||
item = /obj/item/storage/box/syndie_kit/kitchen_gun
|
||||
|
||||
/datum/uplink_item/role_restricted/kitchen_gun_ammo
|
||||
name = "Kitchen Gun (TM) .45 Magazine"
|
||||
desc = "An extra eight bullets for an extra eight uses of Kitchen Gun (TM)!"
|
||||
cost = 1
|
||||
surplus = 0
|
||||
restricted_roles = list("Cook", "Janitor")
|
||||
item = /obj/item/ammo_box/magazine/m45/kitchengun
|
||||
|
||||
/datum/uplink_item/role_restricted/explosive_hot_potato
|
||||
name = "Exploding Hot Potato"
|
||||
desc = "A potato rigged with explosives. On activation, a special mechanism is activated that prevents it from being dropped. The only way to get rid of it if you are holding it is to attack someone else with it, causing it to latch to that person instead."
|
||||
|
||||
Reference in New Issue
Block a user