mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Datum-Based Gangs
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
user << "<span class='warning'>Sticking a dead brain into the frame would sort of defeat the purpose!</span>"
|
||||
return
|
||||
|
||||
if((BM.mind in ticker.mode.head_revolutionaries) || (BM.mind in ticker.mode.A_bosses) || (BM.mind in ticker.mode.B_bosses))
|
||||
if(BM.mind in (ticker.mode.head_revolutionaries|ticker.mode.get_gang_bosses()))
|
||||
user << "<span class='warning'>The frame's firmware lets out a shrill sound, and flashes 'Abnormal Memory Engram'. It refuses to accept the MMI!</span>"
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user