mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Hostile machines from machine override no longer attack the AI and borgs. (#26046)
* Replica syndicate space suit sprites
* Revert "Replica syndicate space suit sprites"
This reverts commit 1fb5cf68ac.
* Machine override machines no longer attack the AI
---------
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
co-authored by
adrermail@gmail.com <adrermail@gmail.com>
parent
c5359752a4
commit
b3f5e2a0aa
@@ -506,7 +506,7 @@
|
||||
user.playsound_local(user, 'sound/misc/interference.ogg', 50, FALSE, use_reverb = FALSE)
|
||||
adjust_uses(-1, user)
|
||||
target.audible_message("<span class='userdanger'>You hear a loud electrical buzzing sound coming from [target]!</span>")
|
||||
addtimer(CALLBACK(src, PROC_REF(animate_machine), target), 5 SECONDS) //kabeep!
|
||||
addtimer(CALLBACK(src, PROC_REF(animate_machine), target, user), 5 SECONDS) //kabeep!
|
||||
to_chat(user, "<span class='danger'>Sending override signal...</span>")
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user