mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[MIRROR] Updates Seed Extractor Examine (#6782)
* Updates Seed Extractor Examine (#60011) * Updates Seed Extractor Examine * formatting Co-authored-by: Aki Ito <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com> * Updates Seed Extractor Examine Co-authored-by: 小月猫 <alina.r.starkova@gmail.com> Co-authored-by: Aki Ito <11748095+ExcessiveUseOfCobblestone@ users.noreply.github.com>
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
/obj/machinery/seed_extractor/examine(mob/user)
|
||||
. = ..()
|
||||
if(in_range(user, src) || isobserver(user))
|
||||
. += span_notice("The status display reads: Extracting <b>[seed_multiplier]</b> seed(s) per piece of produce.<br>Machine can store up to <b>[max_seeds]%</b> seeds.")
|
||||
. += span_notice("The status display reads: Extracting <b>[seed_multiplier] to [seed_multiplier * 4]</b> seed(s) per piece of produce.<br>Machine can store up to <b>[max_seeds]</b> seeds.")
|
||||
|
||||
/obj/machinery/seed_extractor/attackby(obj/item/O, mob/living/user, params)
|
||||
|
||||
@@ -206,4 +206,3 @@
|
||||
found_seed.forceMove(drop_location())
|
||||
visible_message(span_notice("[found_seed] falls onto the floor."), null, span_hear("You hear a soft clatter."), COMBAT_MESSAGE_RANGE)
|
||||
. = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user