Removes poo. XSI and co. weren't very fond of it, and the last thing I would do
is make them uncomfortable and challenge their leadership by keeping poo in.

An experimental lagfix, which removes a couple THOUSAND unnecessary machines
from the machine processing list. Please report any unresponsive machinery (as
result of this commit) as HIGH PRIORITY issues. I'm not quite sure how much lag
this will kill, but I'm confident that it will be at least slightly noticeable.

More work on step_triggers. The escape shuttle should no longer blast things
forever and give them infinite momentum.

Runtimes goin down for the count
Lookin at the ground
I think they a hater
Revision: r3370 r3371
Author: vageyenaman quartz235
This commit is contained in:
Ren Erthilo
2012-05-01 00:36:20 +01:00
parent 14637c26e7
commit 6c98b2048c
15 changed files with 168 additions and 127 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ Put (mob/proc)s here that are in dire need of a code cleanup.
switch(target_zone)
if(1)
if(isobj(H.head))
if(isobj(H.head) && !istype(H.head, /obj/item/weapon/paper))
Cl = H.head
passed = prob(Cl.permeability_coefficient*100*virus.permeability_mod)
// world << "Head pass [passed]"
@@ -191,4 +191,4 @@ Put (mob/proc)s here that are in dire need of a code cleanup.
if(prob(5))
v.carrier = 1
return
return
return
+2 -1
View File
@@ -190,7 +190,8 @@
O.invisibility = 0
O.name = "Cyborg"
O.real_name = "Cyborg"
O.lastKnownIP = client.address ? client.address : null
if(client)
O.lastKnownIP = client.address ? client.address : null
if (mind)
mind.transfer_to(O)
if (mind.assigned_role == "Cyborg")