Commit Graph
26 Commits
Author SHA1 Message Date
nicetoolbox fdc7297954 Reveal speaker identity when using megaphone 2018-09-27 20:36:13 -07:00
datlo 5c3aeef45e replace locate check 2018-09-04 11:47:15 +01:00
datlo 0418e51a21 Adds font check to the megaphone
Megaphone now carries over the user's font (wingdings, comic sans, and
any other font in mind.speech_span)
2018-09-03 16:32:20 +01:00
variableundefined 7e216d32bd Add say logging for megaphone 2018-08-02 14:59:32 +08:00
Fox McCloud c6bb2ecd4d abductor stuff 2018-07-18 19:51:22 -04:00
Fox McCloud 8c7b543415 The Great Conflictening 2.0: Removes /obj/item/device 2018-04-25 23:07:35 -04:00
scrubmcnoob ec6f2f52fc Megaphone FIx
Fixed
2017-09-30 14:43:31 -04:00
Sam cc207e2e54 Enlarges megaphones 2017-05-27 22:54:13 +01:00
Markolie 3d86a56471 Fix recharge station overstacking things, megaphones being usable by mute people and ranged guardian cooldown 2017-02-20 17:30:29 +01:00
monster860 009dcaa2d8 Merge branch 'master' into w_class 2016-07-10 09:29:12 -04:00
monster860 3df85518e1 Removes .0 at the end of w_class numbers 2016-07-08 12:26:34 -04:00
Tigercat2000 71e5344a98 Mass replace 2016-07-07 19:34:02 -07:00
Tigercat2000 78f53553f8 Reduce lines by removing blank lines added by PJ's script 2016-04-05 08:25:57 -07:00
Tigercat2000 9d430844c3 Replace most (if not all) output << operators with to_chat(user, message)
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.

Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Tastyfish fd7b8f3c3f Fixes megaphone 2016-03-14 18:49:28 -04:00
Fox-McCloud e2bb00a5b1 Miming Refactor 2016-02-28 22:40:00 -05:00
Tastyfish d1fa228b19 Fixed hologram hearing, megahones, intercoms&tape recorders picking up emotes in room 2015-12-13 18:29:27 -05:00
Markolie 9fedfc7c62 Switch copytext and sanitize proc 2015-02-20 22:17:13 +01:00
DZD 4bcdb94a99 Merge with upstream/master
Fixes conflicts
2015-02-18 13:41:32 -05:00
Markolie 0b937d5ace Emag refactor 2015-02-13 16:59:20 +01:00
DZD b3a0c9a975 Removes TABLEPASS and FPRINT flags
- Also adds ABSTRACT and NODROP flags in preparation for removal of
canremove and abstract vars.
- Sorts some of the setup.dm flags so they're in order.
- Replaces 'flags & 2' in policetape.dm with pass_flags & PASSTABLE,
should have the same effect.
2015-02-10 17:41:37 -05:00
d3athrowandZomgPonies 58275e6ddc Fuck you emisune 2014-01-25 12:27:07 -05:00
d3athrowandZomgPonies 253035f935 Fixes #452, people who are silenced for whatever reason or miming can't use the megaphone 2014-01-25 12:26:54 -05:00
Cluwnes HonkandZomgPonies 6478e2e1d7 silent is broken as fuck
Removes the message that checks if a mob is silent; silent is just plain broken.
2014-01-23 10:34:41 -05:00
Cluwnes HonkandZomgPonies f54a35db72 Prevents mimes from using the megaphone.
if(user.silent) didn't work. This is the next best thing.
2014-01-23 10:34:03 -05:00
ZomgPonies 04374371aa Megaphones and voice assemblies 2013-11-15 02:23:29 -05:00