mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
MAJOR UPDATE: Detective/Fingerprints update
bugfix for wardrobes blood type is now handled by datum/dna, and blood_DNA for atoms is a list of list, each sub list containing DNA and blood-type. (This allows multiple blood splatters) added BS12 give command and explosives Map update to remove blob spawn.
This commit is contained in:
@@ -339,7 +339,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
new_character.name = record_found.fields["name"]
|
||||
new_character.gender = record_found.fields["sex"]//Sex
|
||||
new_character.age = record_found.fields["age"]//Age
|
||||
new_character.b_type = record_found.fields["b_type"]//Blood type
|
||||
new_character.dna.b_type = record_found.fields["b_type"]//Blood type
|
||||
//We will update their appearance when determining DNA.
|
||||
else
|
||||
new_character.gender = MALE
|
||||
|
||||
Reference in New Issue
Block a user