Skip to content

Commit

Permalink
Stirstir has a 10% chance to spawn with a lollipop (#19082)
Browse files Browse the repository at this point in the history
  • Loading branch information
TealSeer committed May 23, 2024
1 parent c2ded46 commit dadc45f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/mob/living/carbon/human/monkeys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@
SPAWN(1 SECOND)
src.equip_new_if_possible(/obj/item/clothing/under/misc/prisoner, SLOT_W_UNIFORM)
src.equip_new_if_possible(/obj/item/clothing/head/beret/prisoner, SLOT_HEAD)
if(prob(10))
// he can have a little treat
src.equip_new_if_possible(/obj/item/reagent_containers/food/snacks/candy/swirl_lollipop, SLOT_R_HAND)
if(prob(80)) // couldnt figure out how to hide it in the debris field, so i just chucked it in a monkey
var/obj/item/disk/data/cartridge/ringtone_numbers/idk = new
idk.set_loc(src)
Expand Down

0 comments on commit dadc45f

Please sign in to comment.