Fixes the spelling on the drug eating verb. (#61388)

You should gnaw drugs, not gnaws them.
This commit is contained in:
KRVH
2021-09-14 18:38:58 -07:00
committed by GitHub
parent 527156200d
commit 58526dedd0
+1 -1
View File
@@ -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