mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Merge pull request #48616 from cacogen/wayfindingpinpointers
Fixes wayfinder dispenser sprite/lowers amount of pinpointers from it/adds pinpointer recycling
This commit is contained in:
@@ -150,6 +150,9 @@
|
||||
var/mob/living/carbon/human/H = quirk_holder
|
||||
|
||||
wayfinder = new /obj/item/pinpointer/wayfinding
|
||||
wayfinder.owner = H.real_name
|
||||
wayfinder.roundstart = TRUE
|
||||
|
||||
var/list/slots = list(
|
||||
"in your left pocket" = ITEM_SLOT_LPOCKET,
|
||||
"in your right pocket" = ITEM_SLOT_RPOCKET,
|
||||
|
||||
Reference in New Issue
Block a user