mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user