mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
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."
|