mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
refactors most spans
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
cleave_visual(user, target)
|
||||
|
||||
if(hit_mobs)
|
||||
to_chat(user, "<span class='danger'>You used \the [src] to attack [hit_mobs] other thing\s!</span>")
|
||||
to_chat(user, span_danger("You used \the [src] to attack [hit_mobs] other thing\s!"))
|
||||
cleaving = FALSE // We're done now.
|
||||
return hit_mobs > 0 // Returns TRUE if anything got hit.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user