Files
VOREStation/code/game/objects/items/weapons/material/shards_vr.dm
T
Kashargul 9d688b7a7c Some more Init and Destroy issues (#17252)
* moreInitandDestroy

* .

* oups

* .

* .

* fix?

* oups

* clean this up

* fix those dels

* ...

* fix

* ummm

* reworks resource handling

* .

* .
2025-03-06 01:53:52 +01:00

6 lines
199 B
Plaintext

/obj/item/material/shard/titaniumglass/Initialize(mapload)
. = ..(mapload, MAT_TITANIUMGLASS)
/obj/item/material/shard/plastitaniumglass/Initialize(mapload)
. = ..(mapload, MAT_PLASTITANIUMGLASS)