Skip to content

Commit

Permalink
fix imprisoned component runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Valtosin committed Mar 26, 2023
1 parent 94a3781 commit 984492e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion code/game/area/space_station_13_areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/area/security/prison/Entered(atom/movable/arrived, area/old_area)
. = ..()

if(!isliving(arrived))
if(!ishuman(arrived))
return

if(istype(old_area, /area/security/prison))
Expand Down
25 changes: 0 additions & 25 deletions code/modules/demo/hooks.dm

This file was deleted.

0 comments on commit 984492e

Please sign in to comment.