mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
49836e4fac
* Adds explorer drones / adventures. * Update persistence.dm * Update asset_list_items.dm * MAP RESET Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
/// Just a message in the log nothing more
|
|
/datum/exploration_event/fluff
|
|
name = "fluff event"
|
|
|
|
/datum/exploration_event/fluff/get_discovery_message(obj/item/exodrone/drone)
|
|
return pick_list(EXODRONE_FILE,drone.location.fluff_type)
|