mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[NO GBP] Labour stacker gives points for sheets again (#88054)
## About The Pull Request - Fixes #88053 ## Changelog 🆑 fix: Labour stacker machine gives points for sheets again /🆑
This commit is contained in:
@@ -150,10 +150,10 @@
|
||||
points += SHEET_POINT_VALUE * input.amount
|
||||
return ..()
|
||||
|
||||
/obj/machinery/mineral/stacking_machine/laborstacker/attackby(obj/item/weapon, mob/user, params)
|
||||
/obj/machinery/mineral/stacking_machine/laborstacker/base_item_interaction(mob/living/user, obj/item/weapon, list/modifiers)
|
||||
if(istype(weapon, /obj/item/stack/sheet))
|
||||
process_sheet(weapon)
|
||||
return
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
return ..()
|
||||
|
||||
/**********************Point Lookup Console**************************/
|
||||
|
||||
Reference in New Issue
Block a user