This commit is contained in:
shadowlord13
2008-06-07 02:35:42 +00:00
parent af58259444
commit 1ccf694a72
68 changed files with 3373 additions and 1901 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
/obj/item/weapon/flasks/examine()
set src in oview(1)
usr << text("The flask is []% full", (src.oxygen + src.plasma + src.coolant) * 100 / 500)
usr << "The flask can ONLY store liquids."
usr.client_mob() << text("The flask is []% full", (src.oxygen + src.plasma + src.coolant) * 100 / 500)
usr.client_mob() << "The flask can ONLY store liquids."
return
/mob/human/abiotic()