mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Lavaland Syndiebase Fixes & Tweaks (#12169)
* recreate, minus odds changes * CRLF->LF Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
@@ -163,11 +163,11 @@
|
||||
var/pda = -1
|
||||
var/backpack_contents = -1
|
||||
var/suit_store = -1
|
||||
|
||||
var/hair_style
|
||||
var/facial_hair_style
|
||||
var/skin_tone
|
||||
|
||||
var/list/del_types = list(/obj/item/pda, /obj/item/radio/headset)
|
||||
|
||||
/obj/effect/mob_spawn/human/Initialize()
|
||||
if(ispath(outfit))
|
||||
@@ -227,7 +227,6 @@
|
||||
if(!isnum(T))
|
||||
outfit.vars[slot] = T
|
||||
H.equipOutfit(outfit)
|
||||
var/list/del_types = list(/obj/item/pda, /obj/item/radio/headset)
|
||||
for(var/del_type in del_types)
|
||||
var/obj/item/I = locate(del_type) in H
|
||||
qdel(I)
|
||||
|
||||
Reference in New Issue
Block a user