mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Fixes Monkey Recycler Runtime
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
if(5)
|
||||
cube_type = /obj/item/weapon/reagent_containers/food/snacks/monkeycube
|
||||
cycle_through = 0
|
||||
to_chat(user, "<span class='notice'>You change the monkeycube type to [cube_type.name].</span>")
|
||||
to_chat(user, "<span class='notice'>You change the monkeycube type to [initial(cube_type.name)].</span>")
|
||||
|
||||
if (src.stat != 0) //NOPOWER etc
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user