Update uplink_items.dm
This commit is contained in:
@@ -273,6 +273,15 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 8
|
||||
exclude_modes = list(/datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/dangerous/rapier
|
||||
name = "Rapier"
|
||||
desc = "A fancy rapier with a diamond tip piercing anything that it comes into contack with. \
|
||||
The rapier comes with its own shielf, this is rather noticeable as only the captain is known to carry a shielf. \
|
||||
The shielf itself can be used to block melee attacks only. Its also jet black colours."
|
||||
item = /obj/item/storage/belt/sabre/rapier
|
||||
cost = 12
|
||||
exclude_modes = list(/datum/game_mode/nuclear/clown_ops)
|
||||
|
||||
/datum/uplink_item/dangerous/clownsword
|
||||
name = "Bananium Energy Sword"
|
||||
desc = "An energy sword that deals no damage, but will slip anyone it contacts, be it by melee attack, thrown \
|
||||
|
||||
Reference in New Issue
Block a user