various grammar fixes/eminence rework prep
This commit is contained in:
@@ -80,10 +80,6 @@
|
||||
},
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
/area/reebe/city_of_cogs)
|
||||
"az" = (
|
||||
/obj/structure/destructible/clockwork/eminence_spire,
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
/area/reebe/city_of_cogs)
|
||||
"aA" = (
|
||||
/obj/machinery/door/airlock/clockwork/brass{
|
||||
name = "Infirmary"
|
||||
@@ -168,21 +164,6 @@
|
||||
/obj/effect/clockwork/sigil/transmission,
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
/area/reebe/city_of_cogs)
|
||||
"ew" = (
|
||||
/obj/structure/table/reinforced/brass,
|
||||
/obj/item/clockwork/construct_chassis/cogscarab{
|
||||
pixel_y = 20
|
||||
},
|
||||
/obj/item/clockwork/construct_chassis/cogscarab{
|
||||
pixel_x = -7;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/clockwork/construct_chassis/cogscarab{
|
||||
pixel_x = 7;
|
||||
pixel_y = 6
|
||||
},
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
/area/reebe/city_of_cogs)
|
||||
"hY" = (
|
||||
/obj/item/clockwork/alloy_shards/pinion_lock,
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
@@ -208,10 +189,6 @@
|
||||
/obj/item/storage/belt/utility/servant,
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
/area/reebe/city_of_cogs)
|
||||
"vx" = (
|
||||
/obj/effect/clockwork/sigil/transmission,
|
||||
/turf/open/floor/clockwork/reebe,
|
||||
/area/reebe/city_of_cogs)
|
||||
"wV" = (
|
||||
/obj/item/clockwork/alloy_shards/large,
|
||||
/turf/open/indestructible/reebe_void/spawning/lattices,
|
||||
@@ -32770,7 +32747,7 @@ ae
|
||||
ae
|
||||
ag
|
||||
ah
|
||||
ew
|
||||
aL
|
||||
aj
|
||||
aj
|
||||
aj
|
||||
@@ -33284,8 +33261,8 @@ ab
|
||||
ab
|
||||
ae
|
||||
ai
|
||||
az
|
||||
vx
|
||||
aj
|
||||
aj
|
||||
aj
|
||||
aj
|
||||
aE
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
if(ishuman(owner))
|
||||
clockwork_say(owner, "[text2ratvar("Servants, hear my words: [input]")]", TRUE)
|
||||
owner.log_talk(input, LOG_SAY, tag="clockwork")
|
||||
titled_hierophant_message(owner, input, span_for_name, span_for_message, title)
|
||||
titled_hierophant_message(owner, input, span_for_name, span_for_message, title)
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/structure/destructible/clockwork/reflector
|
||||
name = "reflector"
|
||||
desc = "A large lantern-shaped machine made of thin brass. It looks fragile."
|
||||
clockwork_desc = "A lantern-shaped generator that produces power when near starlight."
|
||||
desc = "A large mirror-like structure made of thin brass on one side. It looks fragile."
|
||||
clockwork_desc = "A large mirror-like structure made of thin brass on one side. It can redirect laser fire on one side"
|
||||
icon_state = "reflector"
|
||||
unanchored_icon = "reflector_unwrenched"
|
||||
max_integrity = 40
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
if(choice == "Yes" && IsAvailable())
|
||||
var/datum/antagonist/cult/C = owner.mind.has_antag_datum(/datum/antagonist/cult,TRUE)
|
||||
if(!C.cult_team)
|
||||
to_chat(owner, "<span class='cult bold'>Do you not alreaady lead yourself?</span>")
|
||||
to_chat(owner, "<span class='cult bold'>Do you not already lead yourself?</span>")
|
||||
return
|
||||
pollCultists(owner,C.cult_team)
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Reference in New Issue
Block a user