mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds: The C-Foam launcher (#25738)
* The start * Getting a bit further * Slight ammo casing update * Istype helper and foam blockage * Adds status effect * Foam blockage and status effect fixes * Autolathe ammo + stun * aaaaaaaa * Adds uplink item * Actual slowdown * Makes attacking a bit faster again * Ammo increase to 12 * Sirryan review * Adds sprites - almost working * Lots of fixes + mineral doors * Mineral doors don't open with foam
This commit is contained in:
@@ -76,3 +76,7 @@
|
||||
if(!affecting) //bruh where's your chest
|
||||
return FALSE
|
||||
apply_damage(damage, BRUTE, affecting)
|
||||
|
||||
// Adds the foam status effect to the carbon, which will slow it's movement speed and attack speed
|
||||
/mob/living/carbon/proc/foam_up(amount)
|
||||
apply_status_effect(STATUS_EFFECT_C_FOAMED)
|
||||
|
||||
Reference in New Issue
Block a user