Added powerful objectives editing tool for admins.

Maximum temperature raise because of running for fat people is now limited.
Some code cleanups.
Added fuel canister with sprites (needs to be fixed, just like the bucket)
Added magboots inhand sprites.
Removed obsolete "fullness.dmi"

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@589 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Rygzengrho
2010-12-11 01:53:25 +00:00
parent 0ee4ebf88c
commit 222fd009e0
14 changed files with 491 additions and 9 deletions
+17 -1
View File
@@ -1044,6 +1044,23 @@
del(D)
del(src)
/obj/item/weapon/reagent_containers/glass/cantister
desc = "It's a canister. Mainly used for transporting fuel."
name = "canister"
icon = 'tank.dmi'
icon_state = "canister"
item_state = "canister"
m_amt = 300
g_amt = 0
w_class = 5.0
amount_per_transfer_from_this = 20
flags = FPRINT
New()
var/datum/reagents/R = new/datum/reagents(120)
reagents = R
R.my_atom = src
/obj/item/weapon/reagent_containers/glass/dispenser
name = "reagent glass"
desc = "A reagent glass."
@@ -2538,7 +2555,6 @@
icon_state ="glass_brown"
name = "Glass of ..what?"
desc = "You can't really tell what this is."
else
icon_state = "glass_empty"
name = "Drinking glass"
@@ -822,7 +822,6 @@
if(O)
linked = O
update()
return