lipolicide tolerance + small fixes

- added new lipolicide tolerance
- fixed missing sound in the chocoslime
- fixed unused variable in respawn mechanic
- nerfed lipolicide: it metabolizes a little more quickly, and it's twice less powerful (also delicately raised OD threshold, so you can have 100u of it in the organism)
- commented and categorized some of the GS quirks
- fixed some doors in CC
This commit is contained in:
GDLW
2023-05-11 18:12:21 +02:00
parent b90c4cdc65
commit a9ca3bebb4
10 changed files with 38 additions and 22 deletions

View File

@@ -32,8 +32,8 @@ PROCESSING_SUBSYSTEM_DEF(quirks)
list("Prosthetic Limb","Prosthetic Limb (Right Leg)"),
list("Paraplegic","Prosthetic Limb (Left Leg)"),
list("Paraplegic","Prosthetic Limb (Right Leg)"),
list("Fat Affinity","Fat Aversion"),
list("Weak Legs", "Strong Legs")
list("Fat Affinity","Fat Aversion"), //GS13
list("Weak Legs", "Strong Legs") //GS13
)
return ..()