mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Fucking fuck.
This commit is contained in:
@@ -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)
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user