remove commented out old quarantine module

This commit is contained in:
TDSSS
2018-11-08 11:22:53 +01:00
parent e9c547f6ef
commit bde2d90f7c
@@ -163,22 +163,6 @@ AI MODULES
to_chat(target, law)
target.add_supplied_law(5, law)
/******************** Quarantine ********************/
/*
/obj/item/aiModule/quarantine
name = "\improper 'Quarantine' AI module"
desc = "A 'quarantine' AI module: 'The station is under a quarantine. Do not permit anyone to leave. Prevent, by any means necessary, crew members from leaving. It is impossible to harm a crew members while preventing them from leaving.'"
origin_tech = "programming=3;biotech=2;materials=4"
/obj/item/aiModule/quarantine/attack_self(var/mob/user as mob)
..()
/obj/item/aiModule/quarantine/addAdditionalLaws(var/mob/living/silicon/ai/target, var/mob/sender)
..()
var/law = "The station is under a quarantine. Do not permit anyone to leave. Prevent, by any means necessary, anyone from leaving. It is impossible to harm anyone while preventing them from leaving."
to_chat(target, law)
target.add_supplied_law(8, law)
*/
/******************** OxygenIsToxicToHumans ********************/
/obj/item/aiModule/oxygen
name = "\improper 'OxygenIsToxicToHumans' AI module"