Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Arachne & Oniro from EE, with some DV changes along the way #2199

Closed
wants to merge 19 commits into from
Closed
Prev Previous commit
Next Next commit
removesucc 2
Lyndomen committed Jan 29, 2025
commit dc448112f42808cdbfb3f1b9f867d54aec47948f
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ private void OnAfterInteract(EntityUid uid, BloodSuckerGlandInjectorComponent co
if (bloodSuckerComponent.InjectWhenSuck)
return;

bloodSuckerComponent.InjectWhenSucc = true;
bloodSuckerComponent.InjectWhenSuck = true;
bloodSuckerComponent.InjectReagent = component.InjectReagent;
bloodSuckerComponent.UnitsToInject = component.UnitsToInject;
component.Used = true;
Original file line number Diff line number Diff line change
@@ -235,8 +235,8 @@
- ReagentId: Nocturine
Quantity: 0.15
- type: BloodSucker
unitsToSucc: 35
injectWhenSucc: true
unitsToSuck: 35
injectWhenSuck: true
injectReagent: Cryptobiolin
unitsToInject: 10
webRequired: true