Files
SkyratBot 49836e4fac [MIRROR] Adds explorer drones / adventures. (#4424)
* 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>
2021-03-26 15:49:44 +00:00

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)