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
+1 -1
View File
@@ -5,7 +5,7 @@
src.nutrition -= HUNGER_FACTOR/2
if(src.m_intent == "run")
src.nutrition -= HUNGER_FACTOR/2
if(src.mutations & 32 && src.m_intent == "run")
if(src.mutations & 32 && src.m_intent == "run" && src.bodytemperature <= 360)
src.bodytemperature += 2
/mob/living/carbon/relaymove(var/mob/user, direction)
@@ -1197,7 +1197,6 @@
if (src.r_store)
src.r_store.screen_loc = ui_storage2
if (src.back)
var/t1 = src.back.icon_state
src.overlays += image("icon" = 'back.dmi', "icon_state" = text("[][]", t1, (!( src.lying ) ? null : "2")), "layer" = MOB_LAYER)