mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
13 lines
372 B
Plaintext
13 lines
372 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/New()
|
|
info = "Your target is " + span_bold("[random_name(pick(MALE,FEMALE))]") + ". Make sure they don't get out of there alive."
|