Flamethrower construction code cleaned up.
Signalers on doors should work fine now.
Changelog Updated.

Weapons:
Xbow radiation has been lowered from 100 to 20 and it has a 5% chance to do no rad damage

Admin:
Attempted to clean up the code a bit
Commands Removed/CommentedOut:
air_status,  radio_report,  toggletintedweldhelmets, modifytemperature, givetestverbs, restartcontroller, fix_next_move, Cell
Renamed: 
edit_memory - show_traitor_panel
un\stealthadmin - show/hide_verbs

Cargo:
Engineering crates cost 10 and contain: 1 mechanical toolbox, 1 electrical toolbox, 1 glove, 1 toolbelt, 1 vest, and 1 hard hat.
PowerCell crates cost 10 and contain: 1 electrical toolbox, 2 wire coils, 2 power cells, and 1 high power cell.
Water/Fuel tank crates cost 15 and contain: 1 water tank and 1 fuel tank.

Cyborg:
Fixed the open cover icons
To override a cyborg's laws you must emag it when the cover is open
Emags can now unlock the cover

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1995 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2011-08-09 06:21:57 +00:00
parent b373917cba
commit 6980602e24
24 changed files with 715 additions and 1996 deletions
@@ -1,16 +0,0 @@
//debug proc for testing body temperature
/client/proc/modifytemperature(newtemp as num)
set category = "Debug"
set name = "Mass Edit Temperature"
set desc="edit temperature of all turfs in view"
/*
if(Debug2)
for(var/turf/T in view())
if(!T.updatecell) continue
T.temp = newtemp
log_admin("[key_name(src)] set [T]'s temp to [newtemp]")
return
else
alert("Debugging is off")
return
*/
+1 -1
View File
@@ -654,7 +654,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
message_admins("[key_name_admin(usr)] deleted [O] at ([O.x],[O.y],[O.z])", 1)
del(O)
/client/proc/cmd_admin_list_occ()
/client/proc/cmd_admin_list_open_jobs()
set category = "Admin"
set name = "List free slots"