mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Shunted malf cannot use programs anymore (#28920)
This commit is contained in:
@@ -245,6 +245,9 @@
|
||||
|
||||
/datum/spell/ai_spell/choose_program/cast(list/targets, mob/living/silicon/ai/user)
|
||||
. = ..()
|
||||
if(istype(user.loc, /obj/machinery/power/apc))
|
||||
to_chat(user, "<span class='warning'>Error: APCs do not have enough processing power to handle programs!</span>")
|
||||
return
|
||||
user.program_picker.ui_interact(user)
|
||||
|
||||
/// RGB Lighting - Recolors Lights
|
||||
|
||||
Reference in New Issue
Block a user