mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 23:46:43 +01:00
Merge pull request #2237 from Cyantime/patch-1
Hotfix for brute damage digestion setting
This commit is contained in:
@@ -626,7 +626,7 @@
|
||||
var/new_new_damage = Clamp(new_damage, 3, 6)
|
||||
selected.digest_burn = new_new_damage
|
||||
|
||||
if(href_list["b_brute_damage"])
|
||||
if(href_list["b_brute_dmg"])
|
||||
var/new_damage = input(user, "Choose the amount of brute damage prey will take per tick. Ranges from 3 to 6", "Set Belly Brute Damage.") as num|null
|
||||
if(new_damage == null)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user