[MIRROR] Turf grammar omnibus (#7104)
* Turf grammar omnibus (#38375) * Fix plurality and propriety on turfs Some turfs are marked tentatively plural in order to avoid an incorrect choice of "a" or "an". * Add an article var to handle unusual a/an * An additional pass on turf names * Decapitalize server, mainframe, killroom floors * Turf grammar omnibus
This commit is contained in:
committed by
kevinz000
parent
226780e0ed
commit
d875c362fa
@@ -2,6 +2,7 @@
|
||||
/**********************Asteroid**************************/
|
||||
|
||||
/turf/open/floor/plating/asteroid //floor piece
|
||||
gender = PLURAL
|
||||
name = "asteroid sand"
|
||||
baseturfs = /turf/open/floor/plating/asteroid
|
||||
icon = 'icons/turf/floors.dmi'
|
||||
@@ -266,6 +267,7 @@
|
||||
|
||||
|
||||
/turf/open/floor/plating/asteroid/snow
|
||||
gender = PLURAL
|
||||
name = "snow"
|
||||
desc = "Looks cold."
|
||||
icon = 'icons/turf/snow.dmi'
|
||||
@@ -292,7 +294,7 @@
|
||||
return FALSE
|
||||
|
||||
/turf/open/floor/plating/asteroid/snow/ice
|
||||
name = "icey snow"
|
||||
name = "icy snow"
|
||||
desc = "Looks colder."
|
||||
baseturfs = /turf/open/floor/plating/asteroid/snow/ice
|
||||
initial_gas_mix = "o2=0;n2=82;plasma=24;TEMP=120"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/turf/open/floor/plating/dirt
|
||||
gender = PLURAL
|
||||
name = "dirt"
|
||||
desc = "Upon closer examination, it's still dirt."
|
||||
icon = 'icons/turf/floors.dmi'
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
|
||||
/turf/open/floor/plating/ashplanet
|
||||
icon = 'icons/turf/mining.dmi'
|
||||
gender = PLURAL
|
||||
name = "ash"
|
||||
icon_state = "ash"
|
||||
smooth = SMOOTH_MORE|SMOOTH_BORDER
|
||||
@@ -66,6 +67,7 @@
|
||||
slowdown = 1
|
||||
|
||||
/turf/open/floor/plating/ashplanet/rocky
|
||||
gender = PLURAL
|
||||
name = "rocky ground"
|
||||
icon_state = "rockyash"
|
||||
smooth_icon = 'icons/turf/floors/rocky_ash.dmi'
|
||||
@@ -73,6 +75,7 @@
|
||||
canSmoothWith = list(/turf/open/floor/plating/ashplanet/rocky, /turf/closed)
|
||||
|
||||
/turf/open/floor/plating/ashplanet/wateryrock
|
||||
gender = PLURAL
|
||||
name = "wet rocky ground"
|
||||
smooth = null
|
||||
icon_state = "wateryrock"
|
||||
@@ -97,6 +100,7 @@
|
||||
contents_explosion(severity, target)
|
||||
|
||||
/turf/open/floor/plating/beach/sand
|
||||
gender = PLURAL
|
||||
name = "sand"
|
||||
desc = "Surf's up."
|
||||
icon_state = "sand"
|
||||
@@ -114,6 +118,7 @@
|
||||
baseturfs = /turf/open/floor/plating/beach/coastline_b
|
||||
|
||||
/turf/open/floor/plating/beach/water
|
||||
gender = PLURAL
|
||||
name = "water"
|
||||
desc = "You get the feeling that nobody's bothered to actually make this water functional..."
|
||||
icon_state = "water"
|
||||
@@ -124,6 +129,7 @@
|
||||
baseturfs = /turf/open/floor/plating/beach/coastline_t/sandwater_inner
|
||||
|
||||
/turf/open/floor/plating/ironsand
|
||||
gender = PLURAL
|
||||
name = "iron sand"
|
||||
desc = "Like sand, but more <i>metal</i>."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user