Porting Fixes (#7891)

* Porting Fixes

- Ores now properly initialize
- Spawned in characters now have languages set

* Update ore.dm

* More Hard Delete Fixes

* Fixes compile issue
This commit is contained in:
Novacat
2021-02-20 02:07:27 -05:00
committed by GitHub
parent 9d4a3ed422
commit e47f39ec24
4 changed files with 13 additions and 3 deletions

View File

@@ -148,7 +148,8 @@
icon_state = "slag"
material = null
/obj/item/weapon/ore/New()
/obj/item/weapon/ore/Initialize()
..()
randpixel_xy()
/obj/item/weapon/ore/attackby(obj/item/weapon/W as obj, mob/user as mob)
@@ -156,4 +157,4 @@
var/obj/item/device/core_sampler/C = W
C.sample_item(src, user)
else
return ..()
return ..()