Skip to content

Commit

Permalink
Make the porta copier and portable prediction device smaller (#2660)
Browse files Browse the repository at this point in the history
Update unpowered.dm
  • Loading branch information
BLUREMOTE authored Jan 1, 2025
1 parent 52bef1d commit 61e082c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ModularTegustation/tegu_items/gadgets/unpowered.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
icon = 'ModularTegustation/Teguicons/teguitems.dmi'
icon_state = "gadget3"
var/paperstock = 1
w_class = WEIGHT_CLASS_SMALL
slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_POCKETS

/obj/item/portacopier/attackby(obj/item/W, mob/user)
if(istype(W, /obj/item/paper))
Expand Down Expand Up @@ -103,6 +105,8 @@
Needs to be recharged at a printer."
icon = 'ModularTegustation/Teguicons/teguitems.dmi'
icon_state = "gadget3"
w_class = WEIGHT_CLASS_SMALL
slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_POCKETS
var/mob/living/simple_animal/hostile/abnormality/target_abno
var/mob/living/carbon/human/target_agent
var/print_charges = 1
Expand Down

0 comments on commit 61e082c

Please sign in to comment.