mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Merge branch 'master' of github.com:Baystation12/Baystation12
This commit is contained in:
@@ -95,6 +95,13 @@
|
||||
/atom/proc/blob_act()
|
||||
return
|
||||
|
||||
/atom/proc/acid_act(var/datum/reagent/R)
|
||||
return 0
|
||||
/*/obj/proc/acid_act(var/datum/reagent/R)
|
||||
return 0
|
||||
/mob/proc/acid_act(var/datum/reagent/R)
|
||||
return 0*/
|
||||
|
||||
// bullet_act called when anything is hit buy a projectile (bullet, tazer shot, laser, etc.)
|
||||
// flag is projectile type, can be:
|
||||
//PROJECTILE_TASER = 1 taser gun
|
||||
|
||||
Reference in New Issue
Block a user