Merge pull request #3218 from Citadel-Station-13/upstream-merge-31306

[MIRROR] Fixes being able to sell camera mobs to CentCom
This commit is contained in:
LetterJay
2017-10-08 16:20:11 -04:00
committed by GitHub
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -133,6 +133,8 @@
#define isovermind(A) (istype(A, /mob/camera/blob))
#define iscameramob(A) (istype(A, /mob/camera))
//Objects
#define isobj(A) istype(A, /obj) //override the byond proc because it returns true on children of /atom/movable that aren't objs