mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Repath a bunch of things to /mob/abstract childtypes (#4111)
* Repaths eyes, observers, dview, and new_players to /mob/abstract subtypes. * Adds /mob/abstract, a base type for 'abstract' mobs that aren't meant to be directly affected by the game world.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
|
||||
/obj/item/organ/external/examine()
|
||||
..()
|
||||
if(in_range(usr, src) || istype(usr, /mob/dead/observer))
|
||||
if(in_range(usr, src) || istype(usr, /mob/abstract/observer))
|
||||
for(var/obj/item/I in contents)
|
||||
if(istype(I, /obj/item/organ))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user