mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixes the spelling on the drug eating verb. (#61388)
You should gnaw drugs, not gnaws them.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
max_volume = 50
|
||||
eat_time = 1 SECONDS
|
||||
tastes = list("drugs" = 2, "chemicals" = 1)
|
||||
eatverbs = list("gnaws" = 1)
|
||||
eatverbs = list("gnaw" = 1)
|
||||
bite_consumption = 10
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
preserved_food = TRUE
|
||||
|
||||
Reference in New Issue
Block a user