mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-20 14:45:05 +00:00
* Removes bad `nodamage` var from projectiles, fixes Juggernaut / Rust Walker projectiles doing zero damage * wew * Update drinks.dm --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
/obj/projectile/energy/chameleon
|
|
|
|
// Doesn't deal any damage or has any side effects.
|
|
/obj/projectile/energy/chameleon/is_hostile_projectile()
|
|
return FALSE
|