Teshari Specific Ports from Nova Sector (#27223)

* Teshari Specific Port

This ports 4 Teshari specific PRs from Nova to Skyrat.

* Hypospray Port

The fancy new GAG enabled hyposprays.

* Revert "Hypospray Port"

This reverts commit b60a482e916ed5683424f64d0eefd9c8dcdd1a48.
This commit is contained in:
Nidvex250
2024-04-18 02:44:46 +02:00
committed by GitHub
parent 57c189bce7
commit f37a93f76b
24 changed files with 779 additions and 9 deletions
+1 -1
View File
@@ -452,7 +452,7 @@
check_break(M)
/obj/structure/table/glass/proc/check_break(mob/living/M)
if(M.has_gravity() && M.mob_size > MOB_SIZE_SMALL && !(M.movement_type & MOVETYPES_NOT_TOUCHING_GROUND))
if(M.has_gravity() && M.mob_size > MOB_SIZE_SMALL && !(M.movement_type & MOVETYPES_NOT_TOUCHING_GROUND) && (!isteshari(M))) //SKYRAT EDIT ADDITION - Allows Teshari to climb on glassies safely.
table_shatter(M)
/obj/structure/table/glass/proc/table_shatter(mob/living/victim)