finish up the spans (#9605)

This commit is contained in:
Kashargul
2024-12-09 22:51:05 +01:00
committed by GitHub
parent 19bc22ddb3
commit fe4b5ec2cb
80 changed files with 359 additions and 361 deletions

View File

@@ -74,7 +74,7 @@ GLOBAL_LIST_EMPTY(fuel_injectors)
cur_assembly = W
//CHOMPEdit Begin
if(istype(W,/obj/item/fuel_assembly/blitz))
visible_message("<span class='warning'>The fuel injector begins to shake and whirr violently as it tries to accept the blitz rod!</span>")
visible_message(span_warning("The fuel injector begins to shake and whirr violently as it tries to accept the blitz rod!"))
spawn(30)
explosion(loc,2,3,4,8)
qdel(src)