Skip to content

Replace more instances of usr.stat with usr.isUnconscious(),

Rob Nelson requested to merge pull/7202/cmon_oldcoders into Bleeding-Edge

Created by: unid15

Also changes retarded checks for space like A.name == "Space" OR A.type == /area with isspace(A) (which checks if area's type is /area). This means less work when we switch over to /area/space, and less bugs caused by renaming areas into "Space" using the blueprints

Merge request reports