mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] First part of a span rework (#9120)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
co-authored by
Heroman3003
Kashargul
parent
07c3627fbf
commit
31407a0be3
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user