mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
whoops (#17187)
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
/datum/butchering_product/skin/human/spawn_result(location, mob/parent)
|
||||
if(!amount)
|
||||
return
|
||||
|
||||
amount--
|
||||
if(ishuman(parent))
|
||||
var/mob/living/carbon/human/H = parent
|
||||
|
||||
@@ -162,6 +162,8 @@
|
||||
A.name = "[lowertext(H.mind.assigned_role)] skin"
|
||||
A.source_string = lowertext(H.mind.assigned_role)
|
||||
|
||||
|
||||
|
||||
/datum/butchering_product/skin/goliath
|
||||
result = /obj/item/asteroid/goliath_hide
|
||||
|
||||
|
||||
Reference in New Issue
Block a user