Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/XenoProcs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar authored Jul 29, 2024
1 parent 50147b0 commit 465b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/XenoProcs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
has_obstacle = TRUE
break

if(current_turf.density || has_obstacle )
if(current_turf.density || has_obstacle)
if(!silent)
to_chat(src, SPAN_WARNING("There's something built here already."))
return
Expand Down

0 comments on commit 465b122

Please sign in to comment.