rid of old span macros

This commit is contained in:
Kashargul
2024-10-01 23:51:48 +02:00
parent ded60639bc
commit e0d694e8ac
205 changed files with 862 additions and 868 deletions
+2 -2
View File
@@ -403,9 +403,9 @@
return TRUE
if(prob(50))
I.forceMove(loc)
visible_message(span("notice", "Swish! \the [I] lands in \the [src]."), 3)
visible_message(span_notice("Swish! \the [I] lands in \the [src]."), 3)
else
visible_message(span("warning", "\The [I] bounces off of \the [src]'s rim!"), 3)
visible_message(span_warning("\The [I] bounces off of \the [src]'s rim!"), 3)
return FALSE
return ..()