Merge pull request #14935 from Runa-Dacino/ventroliquism

Adds a set of admin verbs for speaking/emoting as objs/mobs/turf without possessing them
This commit is contained in:
Heroman3003
2023-06-03 09:22:13 +00:00
committed by CHOMPStation2
parent 515d0e49ba
commit a053cba8e8
4 changed files with 174 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
var/last_message = "" //Contains the last message sent by this client - used to protect against copy-paste spamming.
var/last_message_count = 0 //contins a number of how many times a message identical to last_message was sent.
var/ircreplyamount = 0
var/entity_narrate_holder //Holds /datum/entity_narrate when using the relevant admin verbs.
/////////
//OTHER//