Ports SStyping from Nebula. (#16169)

* Ports SStyping from Nebula.

* the spook

* a

* fix

* bring the fanfare to its knees

* add a speech bubble type pref

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-04-10 02:08:48 +02:00
committed by GitHub
parent 2e61f40649
commit ab5d39db19
68 changed files with 490 additions and 175 deletions

View File

@@ -50,7 +50,7 @@
if("robot")
new_mob = new /mob/living/silicon/robot(M.loc)
new_mob.gender = M.gender
new_mob.invisibility = 0
new_mob.set_invisibility(0)
new_mob.job = "Cyborg"
var/mob/living/silicon/robot/Robot = new_mob
Robot.mmi = new /obj/item/device/mmi(new_mob)