Files
CHOMPStation2/modular_chomp/code/game/objects/items/target_toy.dm
CHOMPStation2StaffMirrorBot 55d696e503 [MIRROR] next new to init (#10524)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-03-24 22:10:59 +01:00

14 lines
409 B
Plaintext

/obj/item/storage/briefcase/target_toy
starts_with = list(
/obj/item/paper/target,
/obj/item/gun/projectile/revolver/toy/big_iron,
/obj/item/grenade/confetti = 2
)
/obj/item/paper/target
name = "target notice"
/obj/item/paper/target/Initialize(mapload, text, title)
. = ..()
info = "Your target is " + span_bold("[random_name(pick(MALE,FEMALE))]") + ". Make sure they don't get out of there alive."