Skip to content

Commit

Permalink
false
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 28, 2023
1 parent 4dd587a commit ae172ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
for(var/mob_name in banished_ckeys)
if(banished_ckeys[mob_name] == user.ckey)
to_chat(user, SPAN_WARNING("You are banished from the [name], you may not rejoin unless the Queen re-admits you or dies."))
return
return FALSE

update_hugger_limit()

Expand Down

0 comments on commit ae172ee

Please sign in to comment.