diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index 2e77fcc0c83..8d8d0698b45 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -141,6 +141,8 @@ return var/mob/M = AM shock(M, 70) + if(prob(50)) + take_damage(1, BURN, FIRE, sound_effect = FALSE) /obj/structure/grille/attack_animal(mob/user, list/modifiers) . = ..() diff --git a/code/modules/uplink/uplink_items/device_tools.dm b/code/modules/uplink/uplink_items/device_tools.dm index 804169229a5..ee064e8534e 100644 --- a/code/modules/uplink/uplink_items/device_tools.dm +++ b/code/modules/uplink/uplink_items/device_tools.dm @@ -256,7 +256,7 @@ desc = "When screwed to wiring attached to a power grid and activated, this large device lights up and places excessive \ load on the grid, causing a station-wide blackout. The sink is large and cannot be stored in most \ traditional bags and boxes. Caution: Will explode if the powernet contains sufficient amounts of energy." - progression_minimum = 30 MINUTES + progression_minimum = 20 MINUTES item = /obj/item/powersink cost = 11