mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
NIF Examine fixes
This commit is contained in:
@@ -221,6 +221,8 @@
|
|||||||
P.digestable = src.digestable
|
P.digestable = src.digestable
|
||||||
P.belly_prefs = src.vore_organs
|
P.belly_prefs = src.vore_organs
|
||||||
P.vore_taste = src.vore_taste
|
P.vore_taste = src.vore_taste
|
||||||
|
P.nif_examine = src.nif_examine
|
||||||
|
P.conceal_nif = src.conceal_nif
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
@@ -237,6 +239,8 @@
|
|||||||
src.digestable = P.digestable
|
src.digestable = P.digestable
|
||||||
src.vore_organs = list()
|
src.vore_organs = list()
|
||||||
src.vore_taste = P.vore_taste
|
src.vore_taste = P.vore_taste
|
||||||
|
src.nif_examine = P.nif_examine
|
||||||
|
src.conceal_nif = P.conceal_nif
|
||||||
|
|
||||||
for(var/I in P.belly_prefs)
|
for(var/I in P.belly_prefs)
|
||||||
var/datum/belly/Bp = P.belly_prefs[I]
|
var/datum/belly/Bp = P.belly_prefs[I]
|
||||||
|
|||||||
Reference in New Issue
Block a user