mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 19:53:35 +01:00
Port fix of Slow Comfortable Screw Against the Wall
The drink was set to strength = 0 resulting in a divide by 0 and infinite alcoholism. You'd literally commit alcohol coma and instant liver death on drinking this, and it'd CONTINUE because it'd persist in your blud.
This commit is contained in:
@@ -282,7 +282,7 @@
|
||||
id = "scsatw"
|
||||
description = "The screwdriver's bigger cousin."
|
||||
taste_description = "smooth, savory booze and tangy orange juice."
|
||||
strength = 0
|
||||
strength = 7 // 2x that of Screwdriver, which means you DIVIDE the strength by half.
|
||||
druggy = 0
|
||||
halluci = 0
|
||||
var/adj_dizzy = 0
|
||||
|
||||
Reference in New Issue
Block a user