Minor fixes to the tensioner, changes to the borg deathsquad from 6->3 and fixes their cell

Changes changling unstun time to 45 from 25
Fix for the datumvars file which had spaces instead of tabs
Adds the starts of a rather robust erping system!  In time, we can make SS13 as realistic an ERP simulator as it is an atmos one.
Adds metadata support for clients, mostly to hold ERPing notes.  This is included in the savefile.
Adds code support for a parrot in!  Just needs a sprite
Bugfix to the 'resist' button, unless I don't understand how it works.  I don't see how it could have ever worked before.
Preferences are now attached to a mob



git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3386 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
VivianFoxfoot@gmail.com
2012-04-01 15:27:21 +00:00
parent 902d9f6934
commit dd4a4a5b7f
26 changed files with 1196 additions and 25 deletions

View File

@@ -715,7 +715,7 @@ var/global/datum/tension/tension_master
candidates.Remove(G)
if(candidates.len)
var/numagents = 6
var/numagents = 3
//Spawns commandos and equips them.
for (var/obj/effect/landmark/L in world)