饥荒解毒剂的代码是什么?

2025-03-22 09:19:41
推荐回答(1个)
回答(1):

问题 饥荒解毒剂的代码是什么?

主回答 解毒剂中的效果代码inst:AddComponent("poisonhealer")

蛇油效果代码inst:AddComponent("poisonhealer")inst.components.poisonhealer.enabled = false

self.enabled = true --Used for snakeoil. We don't want it to actually do anything.对于蛇油我们不想做任何事情,可能蛇油是个未完成物品。