Skip to content

Commit

Permalink
Update _base_slime.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Uristthedorf committed Nov 26, 2024
1 parent 408305d commit 3ba45c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/modules/slimecore/mobs/_base_slime.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
RegisterSignal(src, COMSIG_MOB_OVERATE, PROC_REF(attempt_change))
RegisterSignals(src, list(COMSIG_AI_BLACKBOARD_KEY_CLEARED(BB_CURRENT_PET_TARGET), COMSIG_AI_BLACKBOARD_KEY_SET(BB_CURRENT_PET_TARGET)), PROC_REF(on_blackboard_key_changed))
RegisterSignal(src, COMSIG_HOSTILE_PRE_ATTACKINGTARGET, PROC_REF(on_slime_pre_attack))
RegisterSignal(src, COMSIG_ATOM_ATTACK_HAND, PROC_REF(on_attack_hand) )
RegisterSignal(src, COMSIG_ATOM_ATTACK_HAND, PROC_REF(on_attack_hand))

for(var/datum/slime_mutation_data/listed as anything in current_color.possible_mutations)
var/datum/slime_mutation_data/data = new listed
Expand Down

0 comments on commit 3ba45c5

Please sign in to comment.