This commit is contained in:
Fox-McCloud
2016-08-08 01:53:15 -04:00
parent 35557881ab
commit b5e106f37b
2 changed files with 2 additions and 2 deletions
@@ -525,4 +525,4 @@
if(href_list["showdesc"])
if(AM.mod_pick_name == href_list["showdesc"])
temp = AM.description
src.use(usr)
use(usr)
+1 -1
View File
@@ -55,7 +55,7 @@ FIRE ALARM
if(user)
user.visible_message("<span class='warning'>Sparks fly out of the [src]!</span>",
"<span class='notice'>You emag [src], disabling its thermal sensors.</span>")
playsound(src.loc, 'sound/effects/sparks4.ogg', 50, 1)
playsound(loc, 'sound/effects/sparks4.ogg', 50, 1)
/obj/machinery/firealarm/temperature_expose(datum/gas_mixture/air, temperature, volume)
if(!emagged && detecting && temperature > T0C + 200)