mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
add CI check for exploitable recycle costs (#30286)
This commit is contained in:
committed by
GitHub
parent
3b7af6c771
commit
7022365e53
@@ -223,6 +223,7 @@
|
||||
desc = "A retracted hardlight stretcher that can be carried around."
|
||||
icon_state = "holo_retracted"
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
materials = list(MAT_METAL = 1000)
|
||||
origin_tech = "magnets=3;biotech=4;powerstorage=3"
|
||||
extended = /obj/structure/bed/roller/holo
|
||||
|
||||
@@ -254,7 +255,7 @@
|
||||
/obj/item/roller_holder/interact_with_atom(atom/target, mob/living/user, list/modifiers)
|
||||
if(!istype(target, /obj/item/roller))
|
||||
return ..()
|
||||
|
||||
|
||||
if(istype(target, /obj/item/roller/holo) && !carry_holo)
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user