mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Removes species restrictions on shoes and gloves for Taj and Unathi
This commit is contained in:
@@ -216,7 +216,7 @@
|
|||||||
body_parts_covered = HANDS
|
body_parts_covered = HANDS
|
||||||
slot_flags = SLOT_GLOVES
|
slot_flags = SLOT_GLOVES
|
||||||
attack_verb = list("challenged")
|
attack_verb = list("challenged")
|
||||||
species_restricted = list("exclude","Unathi","Tajara")
|
species_restricted = null
|
||||||
sprite_sheets = list(
|
sprite_sheets = list(
|
||||||
"Teshari" = 'icons/mob/species/seromi/gloves.dmi',
|
"Teshari" = 'icons/mob/species/seromi/gloves.dmi',
|
||||||
)
|
)
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
/obj/item/clothing/gloves/proc/Touch(var/atom/A, var/proximity)
|
/obj/item/clothing/gloves/proc/Touch(var/atom/A, var/proximity)
|
||||||
return 0 // return 1 to cancel attack_hand()
|
return 0 // return 1 to cancel attack_hand()
|
||||||
|
|
||||||
/obj/item/clothing/gloves/attackby(obj/item/weapon/W, mob/user)
|
/*/obj/item/clothing/gloves/attackby(obj/item/weapon/W, mob/user)
|
||||||
if(istype(W, /obj/item/weapon/wirecutters) || istype(W, /obj/item/weapon/scalpel))
|
if(istype(W, /obj/item/weapon/wirecutters) || istype(W, /obj/item/weapon/scalpel))
|
||||||
if (clipped)
|
if (clipped)
|
||||||
user << "<span class='notice'>The [src] have already been clipped!</span>"
|
user << "<span class='notice'>The [src] have already been clipped!</span>"
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
species_restricted -= "Unathi"
|
species_restricted -= "Unathi"
|
||||||
species_restricted -= "Tajara"
|
species_restricted -= "Tajara"
|
||||||
return
|
return
|
||||||
|
*/
|
||||||
///////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////
|
||||||
//Head
|
//Head
|
||||||
/obj/item/clothing/head
|
/obj/item/clothing/head
|
||||||
@@ -406,7 +406,7 @@
|
|||||||
slowdown = SHOES_SLOWDOWN
|
slowdown = SHOES_SLOWDOWN
|
||||||
force = 2
|
force = 2
|
||||||
var/overshoes = 0
|
var/overshoes = 0
|
||||||
species_restricted = list("exclude","Teshari", "Unathi","Tajara")
|
species_restricted = list("exclude","Teshari")
|
||||||
sprite_sheets = list(
|
sprite_sheets = list(
|
||||||
"Teshari" = 'icons/mob/species/seromi/shoes.dmi',
|
"Teshari" = 'icons/mob/species/seromi/shoes.dmi',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user