Skip to content

Commit

Permalink
Update code/modules/mob/living/carbon/xenomorph/damage_procs.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
ihatethisengine and harryob committed Jul 27, 2023
1 parent 4c51ba0 commit 6d0ed5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/damage_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
user.put_in_hands(iff_tag)
iff_tag = null
user.visible_message(SPAN_NOTICE("[user] removes \the [src]'s IFF tag."), SPAN_NOTICE("You remove \the [src]'s IFF tag."), max_distance = 3)
if(src.hive.hivenumber == XENO_HIVE_RENEGADE) //it's important to know their IFF settings for renegade
if(hive.hivenumber == XENO_HIVE_RENEGADE) //it's important to know their IFF settings for renegade
to_chat(src, SPAN_NOTICE("Your IFF tag was removed. You can now attack anyone."))
return
return ..()
Expand Down

0 comments on commit 6d0ed5c

Please sign in to comment.