mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
finish up the spans (#9605)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
return
|
||||
if(I.is_wrench())
|
||||
anchored = !anchored
|
||||
visible_message("<span class='notice'>\The [src] has been [anchored ? "bolted to the floor" : "unbolted from the floor"] by [user].</span>") //Does this not need to be disabled?
|
||||
visible_message(span_notice("\The [src] has been [anchored ? "bolted to the floor" : "unbolted from the floor"] by [user].")) //Does this not need to be disabled?
|
||||
playsound(src, I.usesound, 75, 1)
|
||||
if(anchored)
|
||||
connect_to_network()
|
||||
@@ -35,4 +35,4 @@
|
||||
return
|
||||
if(istype(I, /obj/item/multitool))
|
||||
return
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user