mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Sprite tweaks plus Ivancarp (#2845)
The top of the Tajaran industrial mining RIG chestpiece has been lowered to no-longer obscure the Tajaran's mouth from the front when the helmet is down. (Inconsistent with sidesprites anyway.) The Ivancarp plushie can now spawn whenever the game calls for a random plushie, and the carp himself has a chance of appearing in cargo's warehouse. Also made the latest attempt at fixing the phasing cigarettes. Also changed that thing where part of the face is clearly exposed on the Rescue RIG's helmet when it is ''sealed''.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
var/item = spawn_item()
|
||||
if (has_postspawn && item)
|
||||
post_spawn(item)
|
||||
|
||||
|
||||
return INITIALIZE_HINT_QDEL
|
||||
|
||||
// this function should return a specific item to spawn
|
||||
@@ -293,6 +293,7 @@
|
||||
/obj/structure/plushie/drone,
|
||||
/obj/structure/plushie/carp,
|
||||
/obj/structure/plushie/beepsky,
|
||||
/obj/structure/plushie/ivancarp,
|
||||
/obj/item/toy/plushie/nymph,
|
||||
/obj/item/toy/plushie/mouse,
|
||||
/obj/item/toy/plushie/kitten,
|
||||
@@ -826,7 +827,7 @@
|
||||
spawnlist = list(
|
||||
/obj/structure/reagent_dispensers/cookingoil
|
||||
)
|
||||
|
||||
|
||||
/obj/random/sword
|
||||
name = "random sword"
|
||||
desc = "This is a random sword."
|
||||
|
||||
Reference in New Issue
Block a user