Skip to content

Commit

Permalink
Update corrupting_frog.dm (BurgerLUA#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 authored Dec 12, 2024
1 parent faae081 commit 1adcd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/_core/obj/item/corrupting_frog.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
value_burgerbux = 1
var/can_use = TRUE

/obj/item/corrupting_frog/click_on_object(var/mob/caller,var/atom/object,location,control,params)
/obj/item/corrupting_frog/click_on_object(var/mob/caller, var/atom/object, location, control, params)

if(!can_use || !is_item(object))
return ..()
Expand Down Expand Up @@ -41,7 +41,7 @@

play_sound('sound/weapons/magic/zap_large.ogg',get_turf(src))

I.quality = rand(1,200)
I.adjust_quality(rand(1, 200) - I.quality)

if(is_clothing(I))
var/obj/item/clothing/C = I
Expand Down

0 comments on commit 1adcd75

Please sign in to comment.