refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
@@ -32,7 +32,7 @@
H.help_shake_act(user)
if(isanimal(L))
var/mob/living/simple_mob/S = L
user.visible_message("<span class='notice'>[user] [S.response_help] \the [S].</span>")
user.visible_message(span_notice("[user] [S.response_help] \the [S]."))
//Egg features.
/obj/item/holder/attack_hand(mob/living/user as mob)