Merge pull request #445 from Neerti/12/5/2015_neerti_is_a_dumbass

Fixes debug verb making it into live.
This commit is contained in:
Neerti
2015-12-05 18:24:27 -05:00

View File

@@ -81,7 +81,7 @@
src << speech_bubble
..(message, speaking, verb, alt_name) //mob/living/say() can do the actual talking.
/*
/mob/verb/test_voice_mob()
set name = "Make Voice Mob"
set category = "Debug"
@@ -91,3 +91,4 @@
var/turf/T = get_turf(src)
var/obj/item/device/communicator/comm = new(T)
comm.open_connection(src, src)
*/