Steel review

This commit is contained in:
Contrabang
2022-09-29 20:45:18 -04:00
parent 01a8b28c80
commit 7dabc3b699
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@
/obj/item/grenade/bananade/casing/screwdriver_act(mob/living/user, obj/item/I)
if(!deliveryamt)
to_chat(user, "<span class='notice'>You need to add banana peels before you can ready the grenade!.</span>")
to_chat(user, "<span class='notice'>You need to add banana peels before you can ready the grenade!</span>")
return TRUE
var/obj/item/grenade/bananade/G = new /obj/item/grenade/bananade
+1 -1
View File
@@ -1331,7 +1331,7 @@
if(mode == FALSE)
to_chat(user, "You remove the screws around the power connection.")
else if(mode == 1)
else if(mode == TRUE)
to_chat(user, "You attach the screws around the power connection.")
I.play_tool_sound(src)
mode = !mode