mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Changing a person's appearance now works better
Also fixes some problems on changing gender
This commit is contained in:
@@ -9,9 +9,9 @@ obj/item/changestone/attack_hand(var/mob/user as mob)
|
||||
var/mob/living/carbon/human/H = user
|
||||
if(!H.gloves)
|
||||
if (H.gender == FEMALE)
|
||||
H.gender = MALE
|
||||
H.change_gender(MALE)
|
||||
else
|
||||
H.gender = FEMALE
|
||||
H.change_gender(FEMALE)
|
||||
H.dna.ready_dna(H)
|
||||
H.update_body()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user