Cleaned up PDA code a litte more. Can again resize window. The close button is in the menu.

Toilets now work more like actual toilets. They will auto-flush when you insert a small object. You can also dunk people's heads into the toilet and try to choke them if you have a good grip.
Fixed wiring near detective's office.
Fixed larva and monkeys not being able to move on tables.
Fixed larva not being able to crawl through vents.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1535 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
noisomehollow@lycos.com
2011-05-05 21:19:10 +00:00
parent 030fe0703f
commit 2c6b1841ef
11 changed files with 7786 additions and 7821 deletions
@@ -1,7 +1,7 @@
/mob/living/carbon/alien/larva
name = "alien larva"
icon_state = "larva"
//flags = 258.0
flags = 258.0
health = 25
+1 -1
View File
@@ -6,7 +6,7 @@
icon = 'monkey.dmi'
icon_state = "monkey1"
gender = NEUTER
//flags = 258.0
flags = 258.0
var/obj/item/weapon/card/id/wear_id = null // Fix for station bounced radios -- Skie