Handful of Glass Floor Spellchecks (#65139)

Weird capitalizations (decapitalized to match the other floor turfs) and a missing apostrophe have all flown off into the wind. Actually, the apostophe didn't fly off into the wind, it came in on the wind- forget it.
This commit is contained in:
san7890
2022-02-25 20:15:10 -05:00
committed by GitHub
parent 78827dddfc
commit 22282062d0
+3 -3
View File
@@ -1,6 +1,6 @@
/turf/open/floor/glass
name = "Glass floor"
desc = "Dont jump on it, or do, I'm not your mom."
name = "glass floor"
desc = "Don't jump on it, or do, I'm not your mom."
icon = 'icons/turf/floors/glass.dmi'
icon_state = "glass-0"
base_icon_state = "glass"
@@ -28,7 +28,7 @@
AddElement(/datum/element/turf_z_transparency)
/turf/open/floor/glass/reinforced
name = "Reinforced glass floor"
name = "reinforced glass floor"
desc = "Do jump on it, it can take it."
icon = 'icons/turf/floors/reinf_glass.dmi'
icon_state = "reinf_glass-0"