Fucking fuck.

This commit is contained in:
Neerti
2015-12-05 18:01:32 -05:00
parent c808371780
commit ffab1eda95

View File

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