Removed Skyrim-specific HardWorkerWoodScript

This commit is contained in:
Eddoursul 2023-12-05 07:32:23 +01:00
parent 3ef492cd69
commit edfd085c24
4 changed files with 0 additions and 13 deletions

Binary file not shown.

View File

@ -97,7 +97,6 @@ fxskeletonnecroscript.*
fxsovengardescript.* fxsovengardescript.*
fxtriggerambfx.* fxtriggerambfx.*
hangedmanscript.* hangedmanscript.*
hardworkerwoodscript.*
hazardbase.* hazardbase.*
helgenrandomsoundscript.* helgenrandomsoundscript.*
icewraithparticlesscript.* icewraithparticlesscript.*

Binary file not shown.

View File

@ -1,12 +0,0 @@
Scriptname HardWorkerWoodScript extends ObjectReference
Event OnAnimationEvent(ObjectReference akSource, string asEventName)
if asEventName == "AddToInventory"
AchievementsQuest.IncHardWorker(1)
endif
endEvent
AchievementsScript Property AchievementsQuest Auto