-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Races port #1056
base: master
Are you sure you want to change the base?
Races port #1056
Conversation
Not sure about the species age limitation because some people make characters 1.000.000 years old |
|
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.
Awful 1:1 port.
Fix it.
set category = "Abilities" | ||
|
||
if(nutrition < 250) | ||
to_chat(src, "<span class='warning'>You lack the biomass to begin regeneration!</span>") |
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.
to_chat(src, span_warning("You lack the biomass to begin regeneration!"))
//flesh_color = "#808D11" | ||
|
||
min_age = 1 | ||
max_age = 300 |
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.
undefine min_age and max_age, as 1 would be below 18 (our minimum age) for species.
I don't care if they can't have genitals due to the fact you forgot to do ANY adjustment; we do not allow people with characters below the age of 18 on the server.
return | ||
|
||
if(active_regen) | ||
to_chat(src, "<span class='warning'>You are already regenerating tissue!</span>") |
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.
span_warning("text")
return | ||
else | ||
active_regen = TRUE | ||
src.visible_message("<span class='filter_notice'><B>[src]</B>'s flesh begins to mend...</span>") |
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.
span_notice("text")
|
||
active_regen = FALSE | ||
else | ||
to_chat(src, "<span class='critical'>Your regeneration is interrupted!</span>") |
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.
span_userdanger("text")
if(mind) | ||
mind.transfer_to(S) | ||
|
||
message_admins("\The [src] has split into nymphs; player now controls [key_name_admin(S)]") |
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.
Why is this admin-logged?
for(var/obj/item/W in src) | ||
dropItemToGround(W) | ||
|
||
visible_message("<span class='warning'>\The [src] quivers slightly, then splits apart with a wet slithering noise.</span>") |
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.
span_warning("text")
add_language(LANGUAGE_GALCOM) | ||
verbs += /mob/living/carbon/alien/diona/proc/merge | ||
|
||
/mob/living/carbon/alien/diona/get_available_emotes() |
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.
remove all of this code ffs
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.
Please do the requested changes and remove the age edits
Please don't just update the minimum age, remove the changes related to age entirely because they'll just cause confusion |
About The Pull Request
finishes porting Diona's mentioned in a previous issue.
Why It's Good For The Game
MORE SPECIES!!
A Port?
Yes and No, it's based on Vore's diona.
Pre-Merge Checklist
Changelog
add: DIONA
add: max age is now based on species, just so diona can have 300 years
add: two diona skillss
add: diona nymphs and evolution
fixes vox mistake i commited before
🆑
add: Added new things
add: Added more things
del: Removed old things
tweak: tweaked a few things
balance: rebalanced something
fix: fixed a few things
soundadd: added a new sound thingy
sounddel: removed an old sound thingy
imageadd: added some icons and images
imagedel: deleted some icons and images
spellcheck: fixed a few typos
code: changed some code
refactor: refactored some code
config: changed some config setting
admin: messed with admin stuff
server: something server ops should know
wip: still being worked on
experiment: experimental
tgs: has something to do with tgs
expansion: expands on something
qol: quality of life content
/:cl: