mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Tweaked hunger values once more.
Added check if you already ate something but it was not yet metabolized. It's harder to overeat now. Improved the random look generator. Now it takes in account real-life statistics of skin tone and blood group distribution, and has different colors. Fixed bug that sprinkles did not metabolized in non-security body. Made rig suit to be proper space suit. Cleaned some code Made mopbucket to have 100 volume. Added radio report diagnostic verb (but with no effect for now) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@551 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
src.verbs += /client/proc/admin_cancel_shuttle // -- Skie
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/callproc
|
||||
src.verbs += /client/proc/Cell
|
||||
src.verbs += /client/proc/cmd_admin_alienize
|
||||
@@ -131,6 +132,7 @@
|
||||
src.verbs += /client/proc/admin_cancel_shuttle // -- Skie
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/callproc
|
||||
src.verbs += /client/proc/Cell
|
||||
src.verbs += /client/proc/cmd_admin_alienize
|
||||
@@ -287,6 +289,7 @@
|
||||
src.verbs += /client/proc/general_report
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/fix_next_move
|
||||
|
||||
src.verbs += /client/proc/toggle_view_range
|
||||
@@ -581,6 +584,7 @@
|
||||
src.verbs -= /client/proc/general_report
|
||||
src.verbs -= /client/proc/air_report
|
||||
src.verbs -= /client/proc/air_status
|
||||
src.verbs -= /client/proc/radio_report
|
||||
|
||||
src.verbs -= /client/proc/toggle_view_range
|
||||
src.verbs -= /obj/admins/proc/toggle_aliens
|
||||
@@ -764,7 +768,7 @@
|
||||
message_admins("\blue [src.ckey] warned [M.ckey], resulting in a 10 minute autoban.")
|
||||
|
||||
del(M.client)
|
||||
del(M)
|
||||
//del(M)
|
||||
|
||||
/client/proc/drop_bomb() // Some admin dickery that can probably be done better -- TLE
|
||||
set category = "Special Verbs"
|
||||
@@ -965,6 +969,7 @@
|
||||
src.verbs += /client/proc/general_report
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/fix_next_move
|
||||
|
||||
src.verbs += /client/proc/toggle_view_range
|
||||
@@ -1047,6 +1052,7 @@
|
||||
src.verbs += /client/proc/general_report
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/fix_next_move
|
||||
src.verbs += /obj/admins/proc/spawn_atom
|
||||
|
||||
@@ -1115,6 +1121,7 @@
|
||||
src.verbs += /client/proc/general_report
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/fix_next_move
|
||||
|
||||
src.verbs += /client/proc/toggle_view_range
|
||||
@@ -1382,6 +1389,7 @@
|
||||
src.verbs -= /client/proc/general_report
|
||||
src.verbs -= /client/proc/air_report
|
||||
src.verbs -= /client/proc/air_status
|
||||
src.verbs -= /client/proc/radio_report
|
||||
src.verbs += /client/proc/fix_next_move
|
||||
|
||||
src.verbs += /client/proc/toggle_view_range
|
||||
@@ -1464,6 +1472,7 @@
|
||||
src.verbs -= /client/proc/general_report
|
||||
src.verbs -= /client/proc/air_report
|
||||
src.verbs -= /client/proc/air_status
|
||||
src.verbs -= /client/proc/radio_report
|
||||
src.verbs += /client/proc/fix_next_move
|
||||
src.verbs += /obj/admins/proc/spawn_atom
|
||||
|
||||
@@ -1532,6 +1541,7 @@
|
||||
src.verbs -= /client/proc/general_report
|
||||
src.verbs -= /client/proc/air_report
|
||||
src.verbs -= /client/proc/air_status
|
||||
src.verbs -= /client/proc/radio_report
|
||||
src.verbs -= /client/proc/fix_next_move
|
||||
|
||||
src.verbs += /client/proc/toggle_view_range
|
||||
|
||||
Reference in New Issue
Block a user