mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
[GBP: NO UPDATE] Fixes xeno surgery (#19119)
* Fixes optable * Xeno surgery works again, but at what cost?
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
#define isnewplayer(A) (istype((A), /mob/new_player))
|
||||
|
||||
#define isorgan(A) (istype((A), /obj/item/organ/external))
|
||||
#define hasorgans(A) (ishuman(A))
|
||||
#define hasorgans(A) (iscarbon(A))
|
||||
|
||||
#define is_admin(user) (check_rights(R_ADMIN, 0, (user)) != 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user