mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
Merge pull request #51854 from MrDoomBringer/supplyprettypod
Please check out this EPIC OFFICIAL PR TRAILER before reading (very important) https://youtu.be/4RckVdx20oQ the video is kinda autistic dont forget to upvote About The Pull Request All sprites and epic meme videos made with love by yours truly Except for the 2 missile sprites. Those were taken and modified from NSV13 who in turn ported them from TGMC nupod_all_decals Anyways, this adds: New pod, reverse-pod, and target indicator sprites Pod-ground collision effects (impact craters basically) Cool looking vapor trails a la the half-life 2 headcrab shells And also: Fixes seethrough pods not actually working Makes reverse-mode a bit more predictable Has some minor code improvements with how supplypod-reverse-mode works
This commit is contained in:
@@ -56,6 +56,8 @@
|
||||
|
||||
/obj/structure/closet/update_icon()
|
||||
. = ..()
|
||||
if (istype(src, /obj/structure/closet/supplypod))
|
||||
return
|
||||
if(!opened)
|
||||
layer = OBJ_LAYER
|
||||
else
|
||||
@@ -332,8 +334,11 @@
|
||||
var/mob/living/L = O
|
||||
if(!issilicon(L))
|
||||
L.Paralyze(40)
|
||||
O.forceMove(T)
|
||||
close()
|
||||
if(istype(src, /obj/structure/closet/supplypod/extractionpod))
|
||||
O.forceMove(src)
|
||||
else
|
||||
O.forceMove(T)
|
||||
close()
|
||||
else
|
||||
O.forceMove(T)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user