mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Reverts descriptions/names and old syndicate uplink. Adds sprites for advanced medical items.
This commit is contained in:
@@ -2938,12 +2938,12 @@
|
||||
reagents.add_reagent("toxin", 50)
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/cyanide
|
||||
name = "Cyanide pill"
|
||||
name = "Suicide pill"
|
||||
desc = "Don't swallow this."
|
||||
icon_state = "pill5"
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("cyanide", 50)
|
||||
reagents.add_reagent("chloralhydrate", 100)
|
||||
|
||||
/obj/item/weapon/reagent_containers/pill/adminordrazine
|
||||
name = "Adminordrazine pill"
|
||||
|
||||
@@ -2218,7 +2218,7 @@ It can still be worn/put on as normal.
|
||||
W.loc = target.loc
|
||||
W.dropped(target)
|
||||
W.layer = initial(W.layer)
|
||||
W.add_fingerprint(source)
|
||||
W.add_fingerprint(source)
|
||||
if (target.r_store)
|
||||
var/obj/item/W = target.r_store
|
||||
target.u_equip(W)
|
||||
@@ -2228,7 +2228,7 @@ It can still be worn/put on as normal.
|
||||
W.loc = target.loc
|
||||
W.dropped(target)
|
||||
W.layer = initial(W.layer)
|
||||
W.add_fingerprint(source)
|
||||
W.add_fingerprint(source)
|
||||
if("internal")
|
||||
if (target.internal)
|
||||
target.internal.add_fingerprint(source)
|
||||
|
||||
Reference in New Issue
Block a user