Linen bin/ashtrays/coin presser tweaks (#19207)

* tweaks for linen bin and ashtrays

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* deleted empty line

* coin presser can now be unfastened

* Update code/modules/mining/mint.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* suggestion

* rewind time

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Henri215
2022-10-06 11:58:27 -03:00
committed by GitHub
parent ca3910aa21
commit a44a9c764a
3 changed files with 20 additions and 7 deletions
+4
View File
@@ -18,6 +18,10 @@
. = ..()
AddComponent(/datum/component/material_container, list(MAT_METAL, MAT_PLASMA, MAT_SILVER, MAT_GOLD, MAT_URANIUM, MAT_DIAMOND, MAT_BANANIUM, MAT_TRANQUILLITE), MINERAL_MATERIAL_AMOUNT * 50, FALSE, /obj/item/stack)
/obj/machinery/mineral/mint/wrench_act(mob/user, obj/item/I)
default_unfasten_wrench(user, I, time = 4 SECONDS)
return TRUE
/obj/machinery/mineral/mint/process()
var/turf/T = get_step(src, input_dir)
if(!T)