Skip to content

Commit

Permalink
make slimes non-passive
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 10, 2024
1 parent 084eccd commit dc454ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
owner.vomit(20)

var/mob/living/basic/slime/friend = new(owner.drop_location())
friend.slime_flags |= (PASSIVE_SLIME | NOOOZE_SLIME)
friend.slime_flags |= NOOOZE_SLIME
SEND_SIGNAL(friend, COMSIG_FRIENDSHIP_CHANGE, owner, 110)

0 comments on commit dc454ff

Please sign in to comment.