mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Changes loci to address some issues (#8643)
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
description_info = "Ctrl-Clicking on this object will attempt to activate its unique ability."
|
||||
icon = 'icons/obj/props/telecube.dmi'
|
||||
icon_state = "cube"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
w_class = ITEMSIZE_NO_CONTAINER //CHOMPEdit - Made impossible to store to help resolve a certain repeated issue that has been happening with these.
|
||||
origin_tech = list(TECH_MATERIAL = 7, TECH_POWER = 6, TECH_BLUESPACE = 7, TECH_ARCANE = 2, TECH_PRECURSOR = 2)
|
||||
|
||||
catalogue_data = list(/datum/category_item/catalogue/anomalous/precursor_a/telecube)
|
||||
|
||||
slowdown = 2.5
|
||||
//slowdown = 2.5 //CHOMPEdit - Removes slowdown in exchange for being impossible to store in backpacks.
|
||||
|
||||
throw_range = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user