Merge pull request #953 from Citadel-Station-13/upstream-merge-27203

[MIRROR] Soul Vessels now have the proper laws
This commit is contained in:
LetterJay
2017-05-14 16:27:39 -04:00
committed by GitHub
+2 -5
View File
@@ -31,13 +31,10 @@
else
icon_state = "mmi_empty"
/obj/item/device/mmi/New()
..()
/obj/item/device/mmi/Initialize()
. = ..()
radio = new(src) //Spawns a radio inside the MMI.
radio.broadcasting = 0 //researching radio mmis turned the robofabs into radios because this didnt start as 0.
/obj/item/device/mmi/Initialize()
..()
laws.set_laws_config()
/obj/item/device/mmi/attackby(obj/item/O, mob/user, params)