mirror of
https://github.com/KabKebab/GS13.git
synced 2026-04-05 02:51:22 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user