Bux Fixes all sorts

- Chaplin can't be turned into a vampire
- Spelling errors
- A few debug messages for advanced checks
- Loadout spawning fixed
- IPC's can't be absorbed by lings.
- IPC will no longer be chosen as a ling
- Can't use radios if you are stunned >= 4
- dead bodys stop floating after they die
- debug messages to find out what's happening.
This commit is contained in:
SoundScopes
2014-08-12 23:36:38 +01:00
parent 90b5f15c62
commit 5aa3d633f4
14 changed files with 164 additions and 83 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
C.status |= ORGAN_DEAD
H.update_body(1)
if(multiplier < 1) multiplier = 1
H.adjustToxLoss(15*multiplier)
H.adjustToxLoss(10*multiplier)
vampire
stage = 3