mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Minor QoL for Snowmap: fixes "You add 2 items to the stack. It now contains 4 wood plank." (#13121)
I'm not an english teacher but I think this is the correct irregular plural
This commit is contained in:
committed by
Pieter-Jan Briers
parent
4741e677dc
commit
93f617a4b4
@@ -86,6 +86,7 @@
|
|||||||
name = "wooden planks"
|
name = "wooden planks"
|
||||||
desc = "One can only guess that this is a bunch of wood."
|
desc = "One can only guess that this is a bunch of wood."
|
||||||
singular_name = "wood plank"
|
singular_name = "wood plank"
|
||||||
|
irregular_plural = "wooden planks"
|
||||||
icon_state = "sheet-wood"
|
icon_state = "sheet-wood"
|
||||||
origin_tech = Tc_MATERIALS + "=1;" + Tc_BIOTECH + "=1"
|
origin_tech = Tc_MATERIALS + "=1;" + Tc_BIOTECH + "=1"
|
||||||
autoignition_temperature=AUTOIGNITION_WOOD
|
autoignition_temperature=AUTOIGNITION_WOOD
|
||||||
|
|||||||
Reference in New Issue
Block a user