Reverts descriptions/names and old syndicate uplink. Adds sprites for advanced medical items.

This commit is contained in:
Ren Erthilo
2012-03-28 22:52:00 +01:00
parent da7244abda
commit 78b9e9928a
4 changed files with 25 additions and 41 deletions
+2 -2
View File
@@ -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)