mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes errors
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
. += "PDA Type: <a href='?src=\ref[src];change_pda=1'><b>[pdachoicelist[pref.pdachoice]]</b></a><br>"
|
||||
|
||||
/datum/category_item/player_setup_item/general/equipment/proc/get_undies_top()
|
||||
return underwear_top
|
||||
return underwear_top_t
|
||||
/datum/category_item/player_setup_item/general/equipment/proc/get_undies_bottom()
|
||||
return underwear_bottom
|
||||
return underwear_bottom_t
|
||||
|
||||
/datum/category_item/player_setup_item/general/equipment/OnTopic(var/href,var/list/href_list, var/mob/user)
|
||||
if(href_list["change_underwear_top"])
|
||||
|
||||
@@ -12,8 +12,8 @@ datum/preferences
|
||||
if(current_species.flags & HAS_SKIN_COLOR)
|
||||
randomize_skin_color()
|
||||
if(current_species.flags & HAS_UNDERWEAR)
|
||||
underwear_top = rand(1,underwear_top.len)
|
||||
underwear_bottom = rand(1,underwear_bottom.len)
|
||||
underwear_top = rand(1,underwear_top_t.len)
|
||||
underwear_bottom = rand(1,underwear_bottom_t.len)
|
||||
undershirt = rand(1,undershirt_t.len)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user