mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
This reverts commit 405c4e58a2.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user