mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 19:16:22 +01:00
Adds the Statue - A hostile mob, that moves only when you don't see it (#5108)
* Statue * Statue done! * Testing map removed * Grammar fix + ignoring creator * Fixed typos, change range to oview, thanks to Atermonera * made changes that I missed * Nightvision handling * diverse blind messages + requested changes * Bugfixes, added isSynthetic to bots * commentaries + PoI * Finalized POI and statue * removed misclick
This commit is contained in:
@@ -383,3 +383,6 @@
|
||||
else return !D.check_access(ID) // it's a real, air blocking door
|
||||
return 0
|
||||
|
||||
|
||||
/mob/living/bot/isSynthetic() //Robots are synthetic, no?
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user