mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Bugfixes!
Tripled the chance for random events to happen. - Old: 1% every 5 minutes. - New: 3% every 5 minutes. Door bolt clicks are now only heard by people near the door. Fixes Issue 563. Fixed being able to bypass a windoor construction step. Chaplains are no longer forced into christianity and can choose their own religion. Fixes Issue 658 Plant-B-Gone: - It now lists the regents inside when examined. Fixes Issue 656. - Fixed a typo in the description. Antagonists are now logged at round end. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4080 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -69,8 +69,14 @@ Craftables (Cob pipes, potato batteries, pumpkinheads)
|
||||
|
||||
/obj/item/weapon/plantbgone/examine()
|
||||
set src in usr
|
||||
usr << text("\icon[] [] units of Plant-B-Gone left!", src, src.reagents.total_volume)
|
||||
..()
|
||||
if(!(usr in view(2)) && usr!=src.loc) return
|
||||
usr << "\blue The Plant-B-Gone bottle contains:"
|
||||
if(reagents && reagents.reagent_list.len)
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
usr << "\blue [R.volume] units of [R.name]"
|
||||
else
|
||||
usr << "\blue Nothing."
|
||||
return
|
||||
|
||||
// Sunflower
|
||||
|
||||
Reference in New Issue
Block a user