* 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
17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
/turf/open/floor/plating/dirt
|
|
gender = PLURAL
|
|
name = "dirt"
|
|
desc = "Upon closer examination, it's still dirt."
|
|
icon = 'icons/turf/floors.dmi'
|
|
icon_state = "dirt"
|
|
baseturfs = /turf/open/chasm/jungle
|
|
initial_gas_mix = LAVALAND_DEFAULT_ATMOS
|
|
planetary_atmos = TRUE
|
|
attachment_holes = FALSE
|
|
|
|
/turf/open/floor/plating/dirt/dark
|
|
icon_state = "greenerdirt"
|
|
|
|
/turf/open/floor/plating/dirt/try_replace_tile(obj/item/stack/tile/T, mob/user, params)
|
|
return
|