Skip to content

Commit

Permalink
Whoopsies forgot a debug comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
Programs-The-Station committed Aug 22, 2024
1 parent cd09332 commit be4e8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/brain/posibrain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ GLOBAL_LIST_EMPTY(on_station_posis)
return FALSE
if(is_occupied() || QDELETED(brainmob) || QDELETED(src) || QDELETED(user))
return FALSE
/*if(user.ckey in GLOB.posi_key_list)
if(user.ckey in GLOB.posi_key_list)
to_chat(user, "<span class='warning'>Positronic brain spawns limited to 1 per round.</span>")
return FALSE*/
return FALSE
if(!(GLOB.ghost_role_flags & GHOSTROLE_SILICONS))
to_chat(user, "<span class='warning'>Central Command has temporarily outlawed posibrain sentience in this sector...</span>")
return FALSE
Expand Down

0 comments on commit be4e8e1

Please sign in to comment.