mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Merge pull request #14163 from Qwertytoforty/Ai-blackout
Allows Malf AI to spend CPU to destroy it's core camera.
This commit is contained in:
@@ -781,3 +781,17 @@
|
||||
if(AI.eyeobj)
|
||||
AI.eyeobj.relay_speech = TRUE
|
||||
|
||||
/datum/AI_Module/large/cameracrack
|
||||
module_name = "Core Camera Cracker"
|
||||
mod_pick_name = "cameracrack"
|
||||
description = "By shortcirucuting the camera network chip, it overheats, preventing the camera console from using your internal camera."
|
||||
cost = 10
|
||||
one_purchase = TRUE
|
||||
upgrade = TRUE
|
||||
unlock_text = "<span class='notice'>Network chip short circuited. Internal camera disconected from network. Minimal damage to other internal components.</span>"
|
||||
unlock_sound = 'sound/items/wirecutter.ogg'
|
||||
|
||||
/datum/AI_Module/large/cameracrack/upgrade(mob/living/silicon/ai/AI)
|
||||
if(AI.builtInCamera)
|
||||
QDEL_NULL(AI.builtInCamera)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user