mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
more fixes
This commit is contained in:
@@ -190,6 +190,10 @@ var/global/list/datum/dna/gene/dna_genes[0]
|
||||
size_multiplier = player_sizes_list.Find(N)
|
||||
break
|
||||
|
||||
var/taurtype = /datum/sprite_accessory/tail/taur/spider
|
||||
if(istype(character.tail_style, taurtype))
|
||||
character.verbs += /mob/living/proc/weaveWebBindings
|
||||
|
||||
// Technically custom_species is not part of the UI, but this place avoids merge problems.
|
||||
src.custom_species = character.custom_species
|
||||
if(istype(character.species,/datum/species/custom))
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
/obj/machinery/power/apc
|
||||
name = "area power controller"
|
||||
desc = "A control terminal for the area electrical systems."
|
||||
icon = 'icons/obj/power_yw.dmi' //YW edit, reverts to Old APC sprite
|
||||
icon = 'icons/obj/power.dmi'
|
||||
icon_state = "apc0"
|
||||
plane = TURF_PLANE
|
||||
layer = ABOVE_TURF_LAYER
|
||||
|
||||
@@ -45,6 +45,7 @@ var/const/SAR =(1<<14)
|
||||
title = "Pathfinder"
|
||||
flag = PATHFINDER
|
||||
departments = list(DEPARTMENT_PLANET)
|
||||
sorting_order = 1 // above the other explorers
|
||||
department_flag = MEDSCI
|
||||
faction = "Station"
|
||||
total_positions = 1
|
||||
|
||||
Reference in New Issue
Block a user