[MIRROR] adds 1 gbp to armhulen's account (grammar fix) (#3936)

* adds 1 gbp to armhulen's account (grammar fix)

* Update mind.dm

* Update mind.dm
This commit is contained in:
CitadelStationBot
2017-11-17 02:29:40 -06:00
committed by kevinz000
parent 2f11412766
commit 43f49c74ee
+2 -2
View File
@@ -944,7 +944,7 @@
log_admin("[key_name(usr)] has rev'ed [current].")
else
return
if("headrev")
if(has_antag_datum(/datum/antagonist/rev))
var/datum/antagonist/rev/rev = has_antag_datum(/datum/antagonist/rev)
@@ -1046,7 +1046,7 @@
log_admin("[key_name(usr)] has de-changeling'ed [current].")
if("changeling")
var/datum/antagonist/changeling/C = make_Changling()
to_chat(current, "<span class='boldannounce'>Your powers are awoken. A flash of memory returns to us...we are [C.changelingID], a changeling!</span>")
to_chat(current, "<span class='boldannounce'>Our powers have awoken. A flash of memory returns to us...we are [C.changelingID], a changeling!</span>")
message_admins("[key_name_admin(usr)] has changeling'ed [current].")
log_admin("[key_name(usr)] has changeling'ed [current].")
if("autoobjectives")