mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 12:13:38 +01:00
55d696e503
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
14 lines
409 B
Plaintext
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."
|