Skip to content

Commit 19bfc13

Browse files
committed
removes a debug item
1 parent 479a9f1 commit 19bfc13

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

code/datums/procedural_mobspawn.dm

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -356,23 +356,3 @@ var/list/procgen_loot = list(
356356
breath.special = special
357357
breath.reagent_type = reagent_type
358358
sleep(1)
359-
360-
/*
361-
//Testing item used to test stuff
362-
*/
363-
/obj/item/device/mobspawner
364-
name = "Test Beastspawner"
365-
desc = "This spawns megabeasts!"
366-
icon = 'icons/obj/lighting.dmi'
367-
icon_state = "flashlight"
368-
item_state = "flashlight"
369-
color = COLOR_RED
370-
371-
/obj/item/device/mobspawner/attack_self(mob/user)
372-
new /mob/living/simple_animal/hostile/forgotten_beast(get_turf(src), new /datum/procedural_mobspawn())
373-
say("Processing!")
374-
playsound(src, 'sound/machines/twobeep.ogg', 50, 1)
375-
376-
/obj/item/device/mobspawner/AltClick(mob/user)
377-
user.client.beasts_panel()
378-

0 commit comments

Comments
 (0)