mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Steel review
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user