mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
finish up the spans (#9605)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user