Revert "No MoMMis or AIs on purge day (#31511)" (#31513)

This reverts commit 405c4e58a2.
This commit is contained in:
ShiftyRail
2021-12-05 10:49:10 +00:00
committed by GitHub
parent c448ec3212
commit 7aa861912f
3 changed files with 4 additions and 16 deletions

View File

@@ -16,8 +16,7 @@
return 1
/datum/job/ai/is_disabled()
return TRUE
//return !config.allow_ai
return !config.allow_ai
/datum/job/cyborg
title = "Cyborg"
@@ -45,9 +44,6 @@
selection_color = "#ddffdd"
species_blacklist = list() //for shrooms
/datum/job/mommi/is_disabled()
return TRUE
/datum/job/mommi/equip(var/mob/living/carbon/human/H)
if(!H)
return 0

View File

@@ -115,10 +115,6 @@
makeMoMMI(mmi.brainmob, mmi)
return TRUE
/obj/machinery/mommi_spawner/proc/makeMoMMI(var/mob/user, var/obj/item/device/mmi/use_mmi)
return FALSE
/*
/obj/machinery/mommi_spawner/proc/makeMoMMI(var/mob/user, var/obj/item/device/mmi/use_mmi)
building = TRUE
update_icon()
@@ -151,7 +147,7 @@
metal = 0
building = FALSE
update_icon()
*/
/obj/machinery/mommi_spawner/proc/PostMoMMIMaking(var/mob/living/silicon/robot/mommi/M)
if(!M)

View File

@@ -486,10 +486,7 @@
/mob/dead/observer/verb/become_mommi()
set name = "Become MoMMI"
set category = "Ghost"
to_chat(src, "Sorry, this verb is disabled.")
/*
if(!config.respawn_as_mommi)
to_chat(src, "<span class='warning'>Respawning as MoMMI is disabled..</span>")
return
@@ -521,8 +518,7 @@
break
else
to_chat(src, "<span class='warning'>Unable to find any MoMMI Spawners ready to build a MoMMI in the universe. Please try again.</span>")
*/
/mob/dead/observer/verb/become_hobo()
set name = "Become Space Hobo"
set category = "Ghost"