Skip to content

Commit

Permalink
bad cubemonkeys (ParadiseSS13#24511)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 authored Mar 8, 2024
1 parent 8518116 commit ad24952
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/food_and_drinks/food/foods/meat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,6 @@

/obj/item/food/snacks/monkeycube/proc/Expand()
if(LAZYLEN(SSmobs.cubemonkeys) >= GLOB.configuration.general.monkey_cube_cap)
if(fingerprintslast)
to_chat(get_mob_by_ckey(fingerprintslast), "<span class='warning'>Bluespace harmonics prevent the spawning of more than [GLOB.configuration.general.monkey_cube_cap] monkeys on the station at one time!</span>")
else
visible_message("<span class='notice'>[src] fails to expand!</span>")
return
if(!QDELETED(src))
visible_message("<span class='notice'>[src] expands!</span>")
Expand Down

0 comments on commit ad24952

Please sign in to comment.