various grammar fixes/eminence rework prep
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user