mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
Fixes the sprites not updating after TF
This commit is contained in:
@@ -310,6 +310,7 @@
|
||||
P.update_hair()
|
||||
P.update_body()
|
||||
P.update_tail_showing()
|
||||
P.updateicon()
|
||||
|
||||
if(O.nutrition > 0)
|
||||
O.nutrition -= 2
|
||||
@@ -350,6 +351,7 @@
|
||||
P.update_hair()
|
||||
P.update_body()
|
||||
P.update_tail_showing()
|
||||
P.updateicon()
|
||||
switch(O.egg_type)
|
||||
if("Unathi")
|
||||
var/obj/structure/closet/secure_closet/egg/unathi/J = new /obj/structure/closet/secure_closet/egg/unathi(O.loc)
|
||||
@@ -441,6 +443,7 @@
|
||||
P.update_hair()
|
||||
P.update_body()
|
||||
P.update_tail_showing()
|
||||
P.updateicon()
|
||||
switch(O.egg_type)
|
||||
if("Unathi")
|
||||
var/obj/structure/closet/secure_closet/egg/unathi/J = new /obj/structure/closet/secure_closet/egg/unathi(O.loc)
|
||||
|
||||
Reference in New Issue
Block a user