mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Reworks the poison pen (#20353)
* paperwork so boring it kills you * it's worth a bit more now * Backup in case you poison yourself * Virologist gets it, accurate description * I promise im literate Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * No more charcoal, time for gloves * Turns comments into auto-doc --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
parent
e68cb3656f
commit
ceed4e89f9
@@ -431,12 +431,12 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
|
||||
/datum/uplink_item/jobspecific/poison_pen
|
||||
name = "Poison Pen"
|
||||
desc = "Cutting edge of deadly writing implements technology, this gadget will infuse any piece of paper with delayed contact poison."
|
||||
desc = "Cutting edge of deadly writing implements technology, this gadget will infuse any piece of paper with various delayed poisons based on the selected color. Black ink is normal ink, red ink is a highly lethal poison, green ink causes radiation, blue ink will periodically shock the victim, and yellow ink will paralyze. The included gloves will protect you from your own poisons."
|
||||
reference = "PP"
|
||||
item = /obj/item/pen/poison
|
||||
cost = 1
|
||||
item = /obj/item/storage/box/syndie_kit/poisoner
|
||||
cost = 2
|
||||
excludefrom = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST)
|
||||
job = list("Head of Personnel", "Quartermaster", "Cargo Technician", "Librarian")
|
||||
job = list("Head of Personnel", "Quartermaster", "Cargo Technician", "Librarian", "Coroner", "Psychiatrist", "Virologist")
|
||||
|
||||
|
||||
// DANGEROUS WEAPONS
|
||||
|
||||
Reference in New Issue
Block a user