mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user