Skip to content

Commit

Permalink
Readd phoron, courtesy of Lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
out-of-phaze authored and Atermonera committed Sep 28, 2024
1 parent 4e58654 commit b9ce9c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/power/singularity/collector.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ var/global/list/rad_collectors = list()
to_chat(user, "<span class='warning'>\The [src] is completely destroyed!</span>")
if(!src.locked)
toggle_power()
user.visible_message("[user.name] turns the [src] [active? "on":"off"].", \
"You turn the [src] [active? "on":"off"].")
investigate_log("turned [active?"<font color='green'>on</font>":"<font color='red'>off</font>"] by [user.key]. [loaded_tank?"Fuel: [round(loaded_tank.air_contents.gas[/decl/material/solid/phoron]/0.29)]%":"<font color='red'>It is empty</font>"].","singulo")
user.visible_message("[user.name] turns \the [src] [active? "on":"off"].", \
"You turn \the [src] [active? "on":"off"].")
investigate_log("turned [active?"<font color='green'>on</font>":"<font color='red'>off</font>"] by [user.key]. [loaded_tank?"Fuel: [round(loaded_tank.air_contents.gas[/decl/material/gas/phoron]/0.29)]%":"<font color='red'>It is empty</font>"].","singulo")
else
to_chat(user, "<span class='warning'>The controls are locked!</span>")

Expand Down

0 comments on commit b9ce9c5

Please sign in to comment.