mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Fixes DNA Scrambling IPCs
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
if(src.used)
|
||||
return
|
||||
|
||||
if(M.get_species() == "Machine")
|
||||
to_chat(user, "\red You failed to inject [M.name], as they have no DNA to scramble, nor flesh to inject.")
|
||||
return
|
||||
|
||||
if(M == user)
|
||||
user.visible_message("<span class='danger'>[user.name] injects \himself with [src]!</span>")
|
||||
src.injected(user,user)
|
||||
|
||||
Reference in New Issue
Block a user