New nutrition system:

UI icon for your nutrition status. If not working - will be fixed a little later.
Walking makes you hungry faster. Running makes you hungry even faster.
Big hunger makes you slower.
Overeating for a prolonged period makes you fat.
Meat from gibber depends on nutrition of person who was put into it. Fatties go first.
If a person is in a sleeper or Cryo Cell, all his processes running 5 times slower.
Fixed bug when multiple persons could move into one sleeper.
Warden is now choosable after the game started.
Added ED-209 assembly process. Frame - Metal sheet - leg - leg - weld - security vest - helmet - proximity - wires - taser - battery. Security should reprogram it to patrol after that.
Added ED-209 sounds.
Added Airlock Electronics. When you want to make airlock - you take one, swipe your ID, if it is ok, you choose desired access and put it into the assembly instead of multitool. Also when disassembling, you get one.
Added prototype of chemical explosions system. WIP.
Added Imidazoline, Glycerol, Niroglicerin.
Added Explosion verb to the admins.
Added Attack Log verb. Does not work yet. WIP
Added output of jobban messages to the jobbaned person.
Standing/lying icon updates accordingly to your state.
Bucket now has volume 90. It was strange that beaker was larger than a bucket.
Changed Master Controller to introduce the new status output - loop frequency. If it will lag - revert just master controller file back.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@522 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Rygzengrho
2010-12-03 10:52:37 +00:00
parent 899274b60a
commit fa8844dd49
39 changed files with 4339 additions and 4041 deletions

View File

@@ -49,6 +49,7 @@
src.verbs += /client/proc/cmd_admin_delete
src.verbs += /client/proc/cmd_admin_direct_narrate // -- TLE
src.verbs += /client/proc/cmd_admin_drop_everything
src.verbs += /client/proc/cmd_admin_explosion
src.verbs += /client/proc/cmd_admin_gib
src.verbs += /client/proc/cmd_admin_gib_self
src.verbs += /client/proc/cmd_admin_godmode
@@ -63,6 +64,7 @@
src.verbs += /client/proc/cmd_admin_world_narrate // -- TLE
src.verbs += /client/proc/cmd_debug_del_all
src.verbs += /client/proc/cmd_modify_ticker_variables
src.verbs += /client/proc/cmd_admin_grantfullaccess
src.verbs += /client/proc/deadchat //toggles deadchat
src.verbs += /client/proc/Debug2 //debug toggle switch
src.verbs += /client/proc/drop_bomb // -- TLE
@@ -144,6 +146,7 @@
src.verbs += /client/proc/cmd_admin_delete
src.verbs += /client/proc/cmd_admin_direct_narrate // -- TLE
src.verbs += /client/proc/cmd_admin_drop_everything
src.verbs += /client/proc/cmd_admin_explosion
src.verbs += /client/proc/cmd_admin_gib
src.verbs += /client/proc/cmd_admin_gib_self
src.verbs += /client/proc/cmd_admin_godmode
@@ -159,6 +162,7 @@
src.verbs += /client/proc/cmd_debug_del_all
src.verbs += /client/proc/cmd_debug_tog_aliens
src.verbs += /client/proc/cmd_modify_ticker_variables
src.verbs += /client/proc/cmd_admin_grantfullaccess
src.verbs += /client/proc/deadchat //toggles deadchat
src.verbs += /client/proc/Debug2 //debug toggle switch
src.verbs += /client/proc/dsay
@@ -516,6 +520,7 @@
src.verbs -= /client/proc/cmd_admin_say
src.verbs -= /client/proc/dsay
src.verbs -= /client/proc/play_sound
src.verbs -= /client/proc/cmd_admin_explosion
src.verbs -= /client/proc/cmd_admin_gib
src.verbs -= /client/proc/cmd_admin_gib_self
// src.verbs -= /client/proc/modifytemperature
@@ -534,6 +539,7 @@
src.verbs -= /client/proc/jumptokey
src.verbs -= /client/proc/cmd_admin_alienize
src.verbs -= /client/proc/cmd_admin_changelinginize
src.verbs -= /client/proc/cmd_admin_grantfullaccess
// src.verbs -= /client/proc/cmd_admin_list_admins
src.verbs -= /client/proc/Getmob
src.verbs -= /client/proc/sendmob
@@ -899,6 +905,7 @@
src.verbs += /client/proc/cmd_debug_del_all
src.verbs += /client/proc/play_sound
src.verbs += /client/proc/modifytemperature
src.verbs += /client/proc/cmd_admin_explosion
src.verbs += /client/proc/cmd_admin_gib
src.verbs += /client/proc/cmd_admin_gib_self
src.verbs += /proc/toggle_adminmsg
@@ -920,6 +927,7 @@
// src.verbs += /client/proc/getmobs
// src.verbs += /client/proc/cmd_admin_list_admins
src.verbs += /client/proc/cmd_admin_list_occ
src.verbs += /client/proc/cmd_admin_grantfullaccess
src.verbs += /proc/togglebuildmode
src.verbs += /client/proc/jumptokey
src.verbs += /client/proc/Getmob
@@ -978,6 +986,7 @@
src.verbs += /client/proc/cmd_debug_del_all
src.verbs += /client/proc/play_sound
src.verbs += /client/proc/modifytemperature
src.verbs += /client/proc/cmd_admin_explosion
src.verbs += /client/proc/cmd_admin_gib
src.verbs += /client/proc/cmd_admin_gib_self
// src.verbs += /proc/toggleai
@@ -1001,6 +1010,7 @@
// src.verbs += /client/proc/getmobs
// src.verbs += /client/proc/cmd_admin_list_admins
src.verbs += /client/proc/cmd_admin_list_occ
src.verbs += /client/proc/cmd_admin_grantfullaccess
src.verbs += /client/proc/jumptokey
src.verbs += /client/proc/Getmob
src.verbs += /client/proc/jobbans
@@ -1311,6 +1321,7 @@
src.verbs -= /client/proc/cmd_modify_object_variables
src.verbs -= /client/proc/cmd_modify_ticker_variables
src.verbs -= /client/proc/cmd_admin_check_contents
src.verbs -= /client/proc/cmd_admin_explosion
src.verbs -= /client/proc/cmd_admin_gib
src.verbs -= /client/proc/cmd_admin_pm
src.verbs += /client/proc/cmd_admin_gib_self
@@ -1333,6 +1344,7 @@
// src.verbs += /client/proc/getmobs
// src.verbs += /client/proc/cmd_admin_list_admins
src.verbs += /client/proc/cmd_admin_list_occ
src.verbs += /client/proc/cmd_admin_grantfullaccess
src.verbs -= /proc/togglebuildmode
src.verbs -= /client/proc/jumptokey
src.verbs -= /client/proc/Getmob
@@ -1391,6 +1403,7 @@
src.verbs += /client/proc/cmd_debug_del_all
src.verbs += /client/proc/play_sound
src.verbs += /client/proc/modifytemperature
src.verbs -= /client/proc/cmd_admin_explosion
src.verbs -= /client/proc/cmd_admin_gib
src.verbs += /client/proc/cmd_admin_gib_self
// src.verbs += /proc/toggleai
@@ -1414,6 +1427,7 @@
// src.verbs += /client/proc/getmobs
// src.verbs += /client/proc/cmd_admin_list_admins
src.verbs += /client/proc/cmd_admin_list_occ
src.verbs += /client/proc/cmd_admin_grantfullaccess
src.verbs -= /client/proc/jumptokey
src.verbs -= /client/proc/Getmob
src.verbs += /client/proc/jobbans