-
Notifications
You must be signed in to change notification settings - Fork 37
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
[NONMODULAR] Xenomorph RR Nerfs #171
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,15 +134,18 @@ | |
new_xeno.remove_traits(list(TRAIT_HANDS_BLOCKED, TRAIT_IMMOBILIZED, TRAIT_NO_TRANSFORM), type) | ||
new_xeno.RemoveInvisibility(type) | ||
|
||
if(gib_on_success) | ||
/// DOPPLER SHIFT REMOVAL BEGIN | ||
/*if(gib_on_success) | ||
new_xeno.visible_message(span_danger("[new_xeno] bursts out of [owner] in a shower of gore!"), span_userdanger("You exit [owner], your previous host."), span_hear("You hear organic matter ripping and tearing!")) | ||
owner.investigate_log("has been gibbed by an alien larva.", INVESTIGATE_DEATHS) | ||
owner.gib(DROP_ORGANS|DROP_BODYPARTS) | ||
else | ||
new_xeno.visible_message(span_danger("[new_xeno] wriggles out of [owner]!"), span_userdanger("You exit [owner], your previous host.")) | ||
owner.log_message("had an alien larva within them escape (without being gibbed).", LOG_ATTACK, log_globally = FALSE) | ||
owner.adjustBruteLoss(40) | ||
owner.cut_overlay(overlay) | ||
else*/ | ||
/// DOPPLER SHIFT REMOVAL END, EDIT BEGIN (REMOVING INDENTS) | ||
new_xeno.visible_message(span_danger("[new_xeno] wriggles out of [owner]!"), span_userdanger("You exit [owner], your previous host.")) | ||
owner.log_message("had an alien larva within them escape (without being gibbed).", LOG_ATTACK, log_globally = FALSE) | ||
owner.adjustBruteLoss(40) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should be something more impactful if the gibbing is removed There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Open to suggestions on this. Ripping out organs and a major bleed wound? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. they should probably die and drop organs or something maybe |
||
owner.cut_overlay(overlay) | ||
/// DOPPLER SHIFT EDIT END | ||
qdel(src) | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no reason to do this, and even if there were this is still a poor implementation