mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +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
@@ -257,7 +257,8 @@
|
||||
//Gloves
|
||||
/obj/item/clothing/gloves
|
||||
name = "gloves"
|
||||
gender = PLURAL //Carn: for grammarically correct text-parsing
|
||||
///Carn: for grammarically correct text-parsing
|
||||
gender = PLURAL
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
icon = 'icons/obj/clothing/gloves.dmi'
|
||||
siemens_coefficient = 0.50
|
||||
@@ -265,8 +266,11 @@
|
||||
slot_flags = SLOT_GLOVES
|
||||
attack_verb = list("challenged")
|
||||
var/transfer_prints = FALSE
|
||||
var/pickpocket = 0 //Master pickpocket?
|
||||
///Master pickpocket?
|
||||
var/pickpocket = 0
|
||||
var/clipped = 0
|
||||
///Do they protect the wearer from poison ink?
|
||||
var/safe_from_poison = FALSE
|
||||
strip_delay = 20
|
||||
put_on_delay = 40
|
||||
|
||||
|
||||
@@ -124,6 +124,10 @@
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/item/clothing/gloves/color/black/poisoner
|
||||
desc = "These gloves are fire-resistant. They seem thicker than usual."
|
||||
safe_from_poison = TRUE
|
||||
|
||||
/obj/item/clothing/gloves/color/orange
|
||||
name = "orange gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
|
||||
Reference in New Issue
Block a user